Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Diener committed Feb 13, 2017
1 parent 6e5c325 commit 8b4d759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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'],
Expand Down

0 comments on commit 8b4d759

Please sign in to comment.