File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ authors:
3232 orcid : " https://orcid.org/0000-0002-0673-4860"
3333
3434title : " PROTEUS"
35- version : 24.10.30
35+ version : 24.12.11
3636doi : 10.xx/xx.xx
3737date-released : 2024-10-30
3838url : " 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 = " 24.10.30 "
8+ version = " 24.12.11 "
99description = " Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets"
1010readme = " README.md"
1111requires-python = " >=3.11"
@@ -123,7 +123,7 @@ indent-style = "space"
123123
124124[tool .bumpversion ]
125125# https://callowayproject.github.io/bump-my-version/howtos/calver/
126- current_version = " 24.10.30 "
126+ current_version = " 24.12.11 "
127127parse = """ (?x) # Verbose mode
128128 (?P<release> # The release part
129129 (?:[1-9][0-9])\\ . # YY.
Original file line number Diff line number Diff line change 22
33from .proteus import Proteus
44
5- __version__ = '24.10.30 '
5+ __version__ = '24.12.11 '
66
77__all__ = ['Proteus' ]
You can’t perform that action at this time.
0 commit comments