diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-24 01:57:54 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-24 01:57:54 +0200 |
commit | 5d7ca19c30dc6579bf29610fe815b822889978e6 (patch) | |
tree | 381a46f596f54cf49b809221a9b500b641ce9eb3 | |
parent | f81978a39c7ad2124951806cd66fcbadffc16d59 (diff) | |
download | mastodon.py-5d7ca19c30dc6579bf29610fe815b822889978e6.tar.gz |
Version bump
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index cafa215..c3ded5e 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -66,9 +66,9 @@ author = u'Lorenz Diener' | |||
66 | # built documents. | 66 | # built documents. |
67 | # | 67 | # |
68 | # The short X.Y version. | 68 | # The short X.Y version. |
69 | version = u'1.6' | 69 | version = u'1.7' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.6.3' | 71 | release = u'1.7.0' |
72 | 72 | ||
73 | # The language for content autogenerated by Sphinx. Refer to documentation | 73 | # The language for content autogenerated by Sphinx. Refer to documentation |
74 | # for a list of supported languages. | 74 | # for a list of supported languages. |
@@ -26,7 +26,7 @@ extras = { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | setup(name='Mastodon.py', | 28 | setup(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=[ |