We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffad71 commit 09b2cd0Copy full SHA for 09b2cd0
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "fwl-mors"
7
-version = "25.05.26"
+version = "25.07.15"
8
description = "Stellar rotation and activity evolution model"
9
readme = "README.md"
10
authors = [
@@ -73,7 +73,7 @@ testpaths = ["tests"]
73
74
[tool.bumpversion]
75
# https://callowayproject.github.io/bump-my-version/howtos/calver/
76
-current_version = "25.05.26"
+current_version = "25.07.15"
77
parse = """(?x) # Verbose mode
78
(?P<release> # The release part
79
(?:[1-9][0-9])\\. # YY.
src/mors/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "25.05.26"
+__version__ = "25.07.15"
3
# The basic Star class that people should be using
from .star import Star , Percentile
0 commit comments