From 6f725e7c21e2ce76b79c8be31db2af8dc7074505 Mon Sep 17 00:00:00 2001 From: lsoucasse <135331272+lsoucasse@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:12:33 +0000 Subject: [PATCH] Bump version to: 24.07.03 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b875066..5a405f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "fwl-mors" -version = "24.6.18" +version = "24.7.3" description = "Stellar rotation and activity evolution model" readme = "README.md" authors = [ {name = "Colin P. Johnstone", email = "colinjohnstone@gmail.com" }, - {name = "Harrison Nicholls" , email = "harrison.nicholls@physics.ox.ac.uk"}, - {name = "Laurent Soucasse" , email = "l.soucasse@esciencecenter.nl"} + {name = "Harrison Nicholls", email = "harrison.nicholls@physics.ox.ac.uk"}, + {name = "Laurent Soucasse", email = "l.soucasse@esciencecenter.nl"} ] license = {text = "MIT License"} classifiers = [ @@ -53,7 +53,7 @@ include-package-data = true testpaths = ["tests"] [tool.bumpversion] -current_version = "24.6.18" +current_version = "24.7.3" [[tool.bumpversion.files]] filename = "pyproject.toml"