diff --git a/docs/conf.py b/docs/conf.py index 94f1534..5d1ac64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ author = u'Lorenz Diener' # The short X.Y version. version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.1.0' +release = u'1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4994caf..d53b978 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='Mastodon.py', - version='1.1.0', + version='1.1.1', description='Python wrapper for the Mastodon API', packages=['mastodon'], setup_requires=['pytest-runner'],