Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 44983ff95ea8f0c4e68d9d84dd33f136aef9cef9
 (DIR) parent b3ef85b42db5fbb136d85cfef02edf229c403dc0
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Mon, 24 Apr 2017 09:39:31 +0200
       
       Bump version
       
       Diffstat:
         CHANGELOG.md                        |       4 ++++
         setup.py                            |       2 +-
       
       2 files changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/CHANGELOG.md b/CHANGELOG.md
       @@ -1,6 +1,10 @@
        Changelog
        ---------
        
       +**0.9.1 (2016-04-24)**
       +
       +* Fix conflict with curses package name
       +
        **0.9.0 (2016-04-21)**
        
        * Add `whois` command
 (DIR) diff --git a/setup.py b/setup.py
       @@ -7,7 +7,7 @@ with open("README.rst") as readme:
        
        setup(
            name='toot',
       -    version='0.9.0',
       +    version='0.9.1',
            description='Interact with Mastodon social networks from the command line.',
            long_description=long_description,
            author='Ivan Habunek',