From 5d7ca19c30dc6579bf29610fe815b822889978e6 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 24 Nov 2022 01:57:54 +0200 Subject: [PATCH] Version bump --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cafa215..c3ded5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,9 +66,9 @@ author = u'Lorenz Diener' # built documents. # # The short X.Y version. -version = u'1.6' +version = u'1.7' # The full version, including alpha/beta/rc tags. -release = u'1.6.3' +release = u'1.7.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 20a2951..1f03b30 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras = { } setup(name='Mastodon.py', - version='1.6.3', + version='1.7.0', description='Python wrapper for the Mastodon API', packages=['mastodon'], install_requires=[