aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 23:16:26 +0200
committerLorenz Diener <[email protected]>2018-06-05 23:16:26 +0200
commit16f9ffe809d0f8c7b3bc37538852a0d11672a1c3 (patch)
treea8fcb72f3191a976e6a0246520779f24072ed819 /setup.py
parent01e52ccd8fe9dda667e0a7cc1a872a0437a10c8e (diff)
downloadmastodon.py-16f9ffe809d0f8c7b3bc37538852a0d11672a1c3.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 48c2f56..73c925b 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.2', 9 version='1.3.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)