diff --git a/setup.cfg b/setup.cfg index bbdd681..8dc5859 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.6.dev0 +current_version = 1.1.6 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 da3e7ab..4b92768 100644 --- a/shiba/__init__.py +++ b/shiba/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.1.6.dev0' +__version__ = '1.1.6' VERSION = __version__