Skip to content

Commit

Permalink
Bump version to: 24.07.03
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Jul 4, 2024
1 parent a33bfd7 commit 6f725e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
{name = "Harrison Nicholls" , email = "[email protected]"},
{name = "Laurent Soucasse" , email = "[email protected]"}
{name = "Harrison Nicholls", email = "[email protected]"},
{name = "Laurent Soucasse", email = "[email protected]"}
]
license = {text = "MIT License"}
classifiers = [
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6f725e7

Please sign in to comment.