diff options
author | Lorenz Diener <[email protected]> | 2017-03-03 17:14:51 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-03-03 17:14:51 +0100 |
commit | 930ecac513e7483bcbac9e28a50df6726aa55aab (patch) | |
tree | b3373da711b03e0dd0b88016c2f77297e2f69081 | |
parent | 915be7ff4a7a456a24d42a053c525fc767b68ef8 (diff) | |
download | mastodon.py-930ecac513e7483bcbac9e28a50df6726aa55aab.tar.gz |
Preparing for release 1.0.4
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7fbf912..de28077 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -68,7 +68,7 @@ author = u'Lorenz Diener' | |||
68 | # The short X.Y version. | 68 | # The short X.Y version. |
69 | version = u'1.0' | 69 | version = u'1.0' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.0.3' | 71 | release = u'1.0.4' |
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. |
@@ -1,7 +1,7 @@ | |||
1 | from setuptools import setup, find_packages | 1 | from setuptools import setup, find_packages |
2 | 2 | ||
3 | setup(name='Mastodon.py', | 3 | setup(name='Mastodon.py', |
4 | version='1.0.3', | 4 | version='1.0.4', |
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', 'dateutils'], | 7 | install_requires=['requests', 'dateutils'], |