diff --git a/setup.py b/setup.py index a9f611a..e7e74d6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.1.0', + version='0.2.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',