Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Jun 22, 2019
1 parent 225c8ca commit 2201306
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.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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

setup(name='Mastodon.py',
version='1.4.3',
version='1.4.4',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=[
Expand Down

0 comments on commit 2201306

Please sign in to comment.