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' # The short X.Y version. version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.4.3' +release = u'1.4.4' # 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 7f5c783..d568eb9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras = { } setup(name='Mastodon.py', - version='1.4.3', + version='1.4.4', description='Python wrapper for the Mastodon API', packages=['mastodon'], install_requires=[