aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <[email protected]>2022-11-06 19:41:17 +0200
committerhalcy <[email protected]>2022-11-06 19:41:17 +0200
commit3bd3961c7f72048c207d4906191d70888e8efc81 (patch)
tree0c777f8a5ec8d84de1774111850caaf84a0560e9 /setup.py
parentc061387770c3860cb598c82733f1fc87c9d414cc (diff)
downloadmastodon.py-3bd3961c7f72048c207d4906191d70888e8efc81.tar.gz
fix readme, bump version
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 3e4f559..93e5ce3 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.5.1', 29 version='1.5.2',
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)