aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 02:52:17 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 02:52:17 +0200
commit98760f650bcaafedead3f0b6e2b0c594ab857338 (patch)
tree7ec958d15ae0453e69c9edf0846d4560d6ba2887 /setup.py
parentbc2cb5e892f65f39b51b64b70a5893b9232f436d (diff)
downloadmastodon.py-98760f650bcaafedead3f0b6e2b0c594ab857338.tar.gz
commit new tests, bump versions
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 98ed7de..20a2951 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.6.2', 29 version='1.6.3',
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)