aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-11 01:15:06 +0200
committerLorenz Diener <[email protected]>2019-05-11 01:15:06 +0200
commit941869a7a86146695d63599b068f0553569a31fc (patch)
tree7771c69f6c825f031b155de804119413fdb49531
parent6a5ddb0a5c48f1143367592f770dc478114cd545 (diff)
downloadmastodon.py-941869a7a86146695d63599b068f0553569a31fc.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 907d16b..fa34419 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.0' 71release = u'1.4.1'
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 ddb898f..a536dda 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ extras = {
6} 6}
7 7
8setup(name='Mastodon.py', 8setup(name='Mastodon.py',
9 version='1.4.0', 9 version='1.4.1',
10 description='Python wrapper for the Mastodon API', 10 description='Python wrapper for the Mastodon API',
11 packages=['mastodon'], 11 packages=['mastodon'],
12 install_requires=[ 12 install_requires=[
Powered by cgit v1.2.3 (git 2.41.0)