Skip to content

Commit

Permalink
[master] Bump version: 4.0.3 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Jan 23, 2020
1 parent fff9752 commit fc4cf53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion heroku3/__init__.py
Expand Up @@ -20,7 +20,7 @@
__copyright__ = "Copyright 2013 Heroku"
__license__ = "MIT"

__version__ = "4.0.3"
__version__ = "4.1.0"

# Module namespace.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.3
current_version = 4.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def get_version(*file_paths):
author="Martin Moss",
author_email="martin_moss@btinternet.com",
url="https://github.com/martyzz1/heroku3.py",
download_url="https://github.com/martyzz1/heroku3.py/tarball/v4.0.3",
download_url="https://github.com/martyzz1/heroku3.py/tarball/v4.1.0",
packages=["heroku3"],
package_data={"": ["LICENSE",]},
include_package_data=True,
Expand Down

0 comments on commit fc4cf53

Please sign in to comment.