aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 23:18:16 +0200
committerLorenz Diener <[email protected]>2019-06-22 23:18:16 +0200
commit2201306acb56d91ffcf9e43e301d0db382f9336f (patch)
tree5ac0f2e1ad711f4e0b31ba8c2d5328ff59c43143
parent225c8ca76a8fc6eb2a87a8156b7ce808d3b06507 (diff)
downloadmastodon.py-2201306acb56d91ffcf9e43e301d0db382f9336f.tar.gz
Bump version number
-rw-r--r--docs/conf.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c153fbc..56f124e 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.
69version = u'1.4' 69version = u'1.4'
70# The full version, including alpha/beta/rc tags. 70# The full version, including alpha/beta/rc tags.
71release = u'1.4.3' 71release = u'1.4.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.
diff --git a/setup.py b/setup.py
index 7f5c783..d568eb9 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.4.3', 29 version='1.4.4',
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)