aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0bd182d..735b582 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ extras = {
27} 27}
28 28
29setup(name='Mastodon.py', 29setup(name='Mastodon.py',
30 version='1.7.0', 30 version='1.8.0',
31 description='Python wrapper for the Mastodon API', 31 description='Python wrapper for the Mastodon API',
32 packages=['mastodon'], 32 packages=['mastodon'],
33 install_requires=[ 33 install_requires=[
Powered by cgit v1.2.3 (git 2.41.0)