diff --git a/setup.cfg b/setup.cfg index 92fad1b..bbdd681 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.5 +current_version = 1.1.6.dev0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+\d+))? serialize = {major}.{minor}.{patch}.{release} diff --git a/shiba/__init__.py b/shiba/__init__.py index f05cb9c..da3e7ab 100644 --- a/shiba/__init__.py +++ b/shiba/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.5' +__version__ = '1.1.6.dev0' VERSION = __version__