diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 699d4b63..59215178 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True message = [skip ci] Bump version: {current_version} → {new_version} tag = False diff --git a/src/con_duct/__init__.py b/src/con_duct/__init__.py index 2a065e98..efaa6b8e 100644 --- a/src/con_duct/__init__.py +++ b/src/con_duct/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" __schema_version__ = "0.1.0"