1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Bump version

This commit is contained in:
Ivan Habunek 2017-04-13 10:05:45 +02:00
parent c9ece59482
commit 61a12d31ba
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
Changelog
---------
**0.2.1 (2016-04-13)**
* Fix invalid requirements in setup.py
**0.2.0 (2016-04-12)**
* Bugfixes
**0.1.0 (2016-04-12)**
* Initial release
* Initial release

View File

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