Maintenance release

This commit is contained in:
Lorenz Diener 2017-09-10 17:05:57 +02:00
parent bd855a931c
commit 4b7174faca
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ author = u'Lorenz Diener'
# The short X.Y version.
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.0'
release = u'1.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,7 +1,7 @@
from setuptools import setup
setup(name='Mastodon.py',
version='1.1.0',
version='1.1.1',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
setup_requires=['pytest-runner'],