pull/278/head 1.7.0
halcy 2022-11-24 01:57:54 +02:00
rodzic f81978a39c
commit 5d7ca19c30
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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