Version bump

This commit is contained in:
halcy 2022-11-24 01:57:54 +02:00
parent f81978a39c
commit 5d7ca19c30
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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=[