Skip to content

Commit

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

[metadata]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@ def run(self):

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

0 comments on commit ad422e8

Please sign in to comment.