diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 5c819813..5b7de3d2 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.17" +__version__ = "0.0.18" diff --git a/setup.cfg b/setup.cfg index 3f8aef76..34552c33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 commit = True tag = True diff --git a/setup.py b/setup.py index 7f3c34a8..ea3428e2 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools setuptools.setup( - version="0.0.17" + version="0.0.18" )