Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Sep 5, 2019
1 parent efd7510 commit 8fba5f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genericclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)


_version = "1.4.0"
_version = "1.4.1"
__version__ = VERSION = tuple(map(int, _version.split('.')))


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "1.4.0"
VERSION = "1.4.1"


f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
Expand Down

0 comments on commit 8fba5f6

Please sign in to comment.