aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-21 11:07:56 +0100
committerLorenz Diener <[email protected]>2017-12-21 11:07:56 +0100
commit7fb37a373a1ab256219f524085c8241bd2925054 (patch)
tree5be6b42a32e28673a7fdf32753a3b67b2879b170 /setup.py
parent18543648a6f6c75a3d20415cdfa51aeca52f752f (diff)
downloadmastodon.py-7fb37a373a1ab256219f524085c8241bd2925054.tar.gz
Prepare release
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 3dccfc6..c49f534 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ extras = {
6} 6}
7 7
8setup(name='Mastodon.py', 8setup(name='Mastodon.py',
9 version='1.2.0', 9 version='1.2.1',
10 description='Python wrapper for the Mastodon API', 10 description='Python wrapper for the Mastodon API',
11 packages=['mastodon'], 11 packages=['mastodon'],
12 setup_requires=['pytest-runner'], 12 setup_requires=['pytest-runner'],
Powered by cgit v1.2.3 (git 2.41.0)