From 44983ff95ea8f0c4e68d9d84dd33f136aef9cef9 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 24 Apr 2017 09:39:31 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',