Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit a2386b105fb6d9753e33d5eccab05e59aed4d0e8
 (DIR) parent 26be88aed6bac057eb2ca8cb564473d7be459121
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Wed, 12 Apr 2017 17:13:37 +0200
       
       Bump version
       
       Diffstat:
         setup.py                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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',