Skip to content

Commit

Permalink
Bump version: 1.2.3 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Aug 20, 2019
1 parent 1bc347a commit 5492969
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
Expand Up @@ -5,7 +5,7 @@
Underscore-to-camelCase converter (and vice versa) for strings and dict keys in Python.
"""
__title__ = 'pyhumps'
__version__ = '1.2.3'
__version__ = '1.3.0'
__author__ = 'Nick Ficano'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2019 Nick Ficano'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.2.3
current_version = 1.3.0
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
Expand Up @@ -47,7 +47,7 @@ def run(self):

setup(
name='pyhumps',
version='1.2.3',
version='1.3.0',
author='Nick Ficano',
author_email='nficano@gmail.com',
packages=['humps'],
Expand Down

0 comments on commit 5492969

Please sign in to comment.