diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 3bd64ac5..2b9b245f 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.29" +__version__ = "0.0.30" diff --git a/setup.cfg b/setup.cfg index cc7671fa..062a8dab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.29 +current_version = 0.0.30 commit = True tag = True diff --git a/setup.py b/setup.py index 7467ba61..6a606965 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools setuptools.setup( - version="0.0.29" + version="0.0.30" )