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 0ebf236..4994caf 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
1from setuptools import setup 1from setuptools import setup
2 2
3setup(name='Mastodon.py', 3setup(name='Mastodon.py',
4 version='1.0.8', 4 version='1.1.0',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 setup_requires=['pytest-runner'], 7 setup_requires=['pytest-runner'],
Powered by cgit v1.2.3 (git 2.41.0)