aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
committerLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
commit48343ad19445527799b83a519fc2072a352cfd05 (patch)
tree5ea169e6a9bffb48b0d30990ae448dd09457f2ad /setup.py
parent0b3b2c31a024a335a9e52e93c350f1a214a92219 (diff)
downloadmastodon.py-48343ad19445527799b83a519fc2072a352cfd05.tar.gz
1.5.0 changelog and version bumps
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 f0b9985..4aed898 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ extras = {
26} 26}
27 27
28setup(name='Mastodon.py', 28setup(name='Mastodon.py',
29 version='1.4.6', 29 version='1.5.0',
30 description='Python wrapper for the Mastodon API', 30 description='Python wrapper for the Mastodon API',
31 packages=['mastodon'], 31 packages=['mastodon'],
32 install_requires=[ 32 install_requires=[
Powered by cgit v1.2.3 (git 2.41.0)