Bump version number

pull/181/head 1.4.4
Lorenz Diener 2019-06-22 23:18:16 +02:00
rodzic 225c8ca76a
commit 2201306acb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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