aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 15:39:53 +0100
committerLorenz Diener <[email protected]>2016-11-25 15:39:53 +0100
commit2729ca19319edcc7a0d8df3e211010ccf857b211 (patch)
tree62246a87aa1286933c9d82b217445a9634bb4fcc /setup.py
parent2a63df2b63d6339e8b6cf75182271caa745ddf5b (diff)
downloadmastodon.py-2729ca19319edcc7a0d8df3e211010ccf857b211.tar.gz
More "timeline" functions, "notifications"
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 6a4df40..74292fd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
1from setuptools import setup, find_packages 1from setuptools import setup, find_packages
2 2
3setup(name='Mastodon.py', 3setup(name='Mastodon.py',
4 version='1.0.0', 4 version='1.0.1',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 install_requires=['requests'], 7 install_requires=['requests'],
Powered by cgit v1.2.3 (git 2.41.0)