From a2386b105fb6d9753e33d5eccab05e59aed4d0e8 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 12 Apr 2017 17:13:37 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',