From 359f5e78a2d271f144452aa84096fada6a511658 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Fri, 17 Jan 2025 09:10:41 +0100 Subject: [PATCH] version change --- .bumpversion.toml | 2 ++ .version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index a73a3e3..1712f1f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -18,3 +18,5 @@ commit_args = "" filename = ".version" [[tool.bumpversion.files]] filename = "__init__.py" +search = "__version__ = '{current_version}'" +replace = "__version__ = '{new_version}'" diff --git a/.version b/.version index 341cf11..7dff5b8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file