Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 16, 2020
1 parent a2a3214 commit 143c8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.1"
_version = "1.4.2"
__version__ = VERSION = tuple(map(int, _version.split('.')))


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

Expand All @@ -16,4 +16,3 @@ universal = 1

[metadata]
license_file = LICENSE

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.1"
VERSION = "1.4.2"


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

0 comments on commit 143c8a9

Please sign in to comment.