diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f96214..85e120f 100644 --- 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 diff --git a/setup.py b/setup.py index 09f98b8..890d6f5 100644 --- 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',