diff --git a/docs/conf.py b/docs/conf.py index 6653fea..4794772 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ master_doc = 'index' # General information about the project. project = u'Mastodon.py' -copyright = u'2016-2017, Lorenz Diener' +copyright = u'2016-2018, Lorenz Diener' author = u'Lorenz Diener' # The version info for the project you're documenting, acts as replacement for @@ -66,9 +66,9 @@ author = u'Lorenz Diener' # built documents. # # The short X.Y version. -version = u'1.2' +version = u'1.3' # The full version, including alpha/beta/rc tags. -release = u'1.2.2' +release = u'1.3.0' # 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 48c2f56..73c925b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ extras = { } setup(name='Mastodon.py', - version='1.2.2', + version='1.3.0', description='Python wrapper for the Mastodon API', packages=['mastodon'], setup_requires=['pytest-runner'],