From c37e5c22e1aca6cd9999711fd4ab72821d4735e1 Mon Sep 17 00:00:00 2001 From: Laurent Soucasse <135331272+lsoucasse@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:07:04 +0200 Subject: [PATCH] Mors Release 24.10.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5ebc55..bef52c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fwl-mors" -version = "24.8.29" +version = "24.10.1" description = "Stellar rotation and activity evolution model" readme = "README.md" authors = [ @@ -70,7 +70,7 @@ testpaths = ["tests"] [tool.bumpversion] # https://callowayproject.github.io/bump-my-version/howtos/calver/ -current_version = "24.8.29" +current_version = "24.10.1" parse = """(?x) # Verbose mode (?P # The release part (?:[1-9][0-9])\\. # YY.