Bump version in docs

pull/8/head
Lorenz Diener 2017-02-13 14:51:03 +01:00
rodzic 6e5c325c72
commit 8b4d759612
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.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.2'
release = u'1.0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Wyświetl plik

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='Mastodon.py',
version='1.0.2',
version='1.0.3',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=['requests', 'dateutils'],