Skip to content

Commit 09b2cd0

Browse files
committed
Update version number.
1 parent cffad71 commit 09b2cd0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fwl-mors"
7-
version = "25.05.26"
7+
version = "25.07.15"
88
description = "Stellar rotation and activity evolution model"
99
readme = "README.md"
1010
authors = [
@@ -73,7 +73,7 @@ testpaths = ["tests"]
7373

7474
[tool.bumpversion]
7575
# https://callowayproject.github.io/bump-my-version/howtos/calver/
76-
current_version = "25.05.26"
76+
current_version = "25.07.15"
7777
parse = """(?x) # Verbose mode
7878
(?P<release> # The release part
7979
(?:[1-9][0-9])\\. # YY.

src/mors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "25.05.26"
2+
__version__ = "25.07.15"
33

44
# The basic Star class that people should be using
55
from .star import Star , Percentile

0 commit comments

Comments
 (0)