aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-15 20:13:51 +0100
committerLorenz Diener <[email protected]>2017-12-15 20:13:51 +0100
commit64d59fed3da3c75558576e35807dfce6ef5cce36 (patch)
treea2206781518834088821abe7bae888a5ec5b5605 /setup.py
parent7cf2bf1440d80949c68ee60f8cbd25590d0254e9 (diff)
downloadmastodon.py-64d59fed3da3c75558576e35807dfce6ef5cce36.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 0cc1be1..3dccfc6 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.1.2', 9 version='1.2.0',
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)