From e07addf55ca87e7a31761a25f36dbb996deac5b1 Mon Sep 17 00:00:00 2001 From: jepegit Date: Mon, 20 Jan 2025 15:06:05 +0100 Subject: [PATCH] bump version 1.0.2a18 -> 1.0.2a19 --- cellpy/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cellpy/_version.py b/cellpy/_version.py index 1f8319c2..7f7e356e 100644 --- a/cellpy/_version.py +++ b/cellpy/_version.py @@ -1 +1 @@ -__version__ = "1.0.2a18" +__version__ = "1.0.2a19" diff --git a/pyproject.toml b/pyproject.toml index b65a7a3b..c06be92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ markers = [ line-length = 120 [tool.bumpver] -current_version = "1.0.2a18" +current_version = "1.0.2a19" version_pattern = "MAJOR.MINOR.PATCH[PYTAG][NUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true