Bump version number

pull/170/head
Lorenz Diener 2019-05-11 01:15:06 +02:00
rodzic 6a5ddb0a5c
commit 941869a7a8
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. # The short X.Y version.
version = u'1.4' version = u'1.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'1.4.0' release = u'1.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

Wyświetl plik

@ -6,7 +6,7 @@ extras = {
} }
setup(name='Mastodon.py', setup(name='Mastodon.py',
version='1.4.0', version='1.4.1',
description='Python wrapper for the Mastodon API', description='Python wrapper for the Mastodon API',
packages=['mastodon'], packages=['mastodon'],
install_requires=[ install_requires=[