diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 9429c755..b6c33f69 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.25" +__version__ = "0.0.26" diff --git a/setup.cfg b/setup.cfg index d8fe26ea..f3518b86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.25 +current_version = 0.0.26 commit = True tag = True diff --git a/setup.py b/setup.py index 0d728b1e..f7602707 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools setuptools.setup( - version="0.0.25" + version="0.0.26" )