Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Jul 15, 2020
1 parent c49a3a4 commit 68fdc43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion humps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Underscore-to-camelCase converter (and vice versa) for strings and dict keys in Python.
"""
__title__ = "pyhumps"
__version__ = "1.6.0"
__version__ = "1.6.1"
__author__ = "Nick Ficano"
__license__ = "MIT License"
__copyright__ = "Copyright 2019 Nick Ficano"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.6.0
current_version = 1.6.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):

setup(
name="pyhumps",
version="1.6.0",
version="1.6.1",
author="Nick Ficano",
author_email="nficano@gmail.com",
packages=["humps"],
Expand Down

0 comments on commit 68fdc43

Please sign in to comment.