diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ extras = { | |||
6 | } | 6 | } |
7 | 7 | ||
8 | setup(name='Mastodon.py', | 8 | setup(name='Mastodon.py', |
9 | version='1.4.1', | 9 | version='1.4.2', |
10 | description='Python wrapper for the Mastodon API', | 10 | description='Python wrapper for the Mastodon API', |
11 | packages=['mastodon'], | 11 | packages=['mastodon'], |
12 | install_requires=[ | 12 | install_requires=[ |