Bump version
This commit is contained in:
parent
a493da5c84
commit
e234598f2b
2 changed files with 2 additions and 2 deletions
|
@ -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)**
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue