From e234598f2b967c6238ec30a9aa5050e2db907cd4 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 16 Apr 2017 17:16:03 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007a805..bccab28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog **0.5.0 (2016-04-16)** -* Add `search` command +* Add `search`, `follow` and `unfollow` commands * Migrate from `optparse` to `argparse` **0.4.0 (2016-04-15)** diff --git a/setup.py b/setup.py index 37b558d..5006ed2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.4.0', + version='0.5.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',