diff --git a/pyproject.toml b/pyproject.toml index 82a4bf2..8fae66e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ max-complexity = 14 [tool.bumpversion] -current_version = "0.12.1" +current_version = "0.13.0" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/tilebench/__init__.py b/tilebench/__init__.py index 0a4bd3c..3f0b6c1 100644 --- a/tilebench/__init__.py +++ b/tilebench/__init__.py @@ -1,6 +1,6 @@ """Tilebench.""" -__version__ = "0.12.1" +__version__ = "0.13.0" import cProfile import json