From 6973bc0b7b0df1e3847798d8b2781567342184b8 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Wed, 23 Oct 2024 15:41:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.1=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- tilebench/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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