File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ authors:
6262 orcid : " https://orcid.org/0000-0002-5887-1197"
6363
6464title : " PROTEUS"
65- version : 25.07.31
65+ version : 25.10.15
6666doi : 10.0000/xxxx/xxxx
67- date-released : 2025-07-31
67+ date-released : 2025-10-15
6868url : " https://github.com/FormingWorlds/PROTEUS"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66[project ]
77name = " fwl-proteus"
8- version = " 25.07.31 "
8+ version = " 25.10.15 "
99description = " Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets"
1010readme = " README.md"
1111requires-python = " >=3.11"
@@ -134,7 +134,7 @@ indent-style = "space"
134134
135135[tool .bumpversion ]
136136# https://callowayproject.github.io/bump-my-version/howtos/calver/
137- current_version = " 25.07.31 "
137+ current_version = " 25.10.15 "
138138parse = """ (?x) # Verbose mode
139139 (?P<release> # The release part
140140 (?:[1-9][0-9])\\ . # YY.
Original file line number Diff line number Diff line change 22
33from .proteus import Proteus
44
5- __version__ = '25.07.31 '
5+ __version__ = '25.10.15 '
66
77__all__ = ['Proteus' ]
You can’t perform that action at this time.
0 commit comments