diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 643e7e05..49888c98 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.15" +__version__ = "0.0.16" diff --git a/setup.cfg b/setup.cfg index b432948b..2f1e59c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.15 +current_version = 0.0.16 commit = True tag = True diff --git a/setup.py b/setup.py index a0057979..1de99abd 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools setuptools.setup( - version="0.0.15" + version="0.0.16" )