From b9ed8ddf0788fda88b7486340b9cdd35ccbd10f6 Mon Sep 17 00:00:00 2001 From: Theodlz Date: Mon, 7 Oct 2024 20:46:10 +0200 Subject: [PATCH] bump version 0.3.4 to 0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08c7fce..44d7596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ parentdir_prefix = "gwemopt-" addopts = "--verbose -r s" [tool.bumpver] -current_version = "0.3.4" +current_version = "0.3.5" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true