1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

Bump version

This commit is contained in:
Ivan Habunek 2017-04-16 17:16:03 +02:00
parent a493da5c84
commit e234598f2b
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Changelog
**0.5.0 (2016-04-16)** **0.5.0 (2016-04-16)**
* Add `search` command * Add `search`, `follow` and `unfollow` commands
* Migrate from `optparse` to `argparse` * Migrate from `optparse` to `argparse`
**0.4.0 (2016-04-15)** **0.4.0 (2016-04-15)**

View File

@ -7,7 +7,7 @@ with open("README.rst") as readme:
setup( setup(
name='toot', name='toot',
version='0.4.0', version='0.5.0',
description='Interact with Mastodon social networks from the command line.', description='Interact with Mastodon social networks from the command line.',
long_description=long_description, long_description=long_description,
author='Ivan Habunek', author='Ivan Habunek',