aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 01:57:54 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 01:57:54 +0200
commit5d7ca19c30dc6579bf29610fe815b822889978e6 (patch)
tree381a46f596f54cf49b809221a9b500b641ce9eb3 /setup.py
parentf81978a39c7ad2124951806cd66fcbadffc16d59 (diff)
downloadmastodon.py-5d7ca19c30dc6579bf29610fe815b822889978e6.tar.gz
Version bump
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 20a2951..1f03b30 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.3', 29 version='1.7.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)