Skip to content

Commit ca2493b

Browse files
committed
Update version number.
1 parent 10c5076 commit ca2493b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ authors:
3232
orcid: "https://orcid.org/0000-0002-0673-4860"
3333

3434
title: "PROTEUS"
35-
version: 24.10.30
35+
version: 24.12.11
3636
doi: 10.xx/xx.xx
3737
date-released: 2024-10-30
3838
url: "https://github.com/FormingWorlds/PROTEUS"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66
[project]
77
name = "fwl-proteus"
8-
version = "24.10.30"
8+
version = "24.12.11"
99
description = "Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets"
1010
readme = "README.md"
1111
requires-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"
127127
parse = """(?x) # Verbose mode
128128
(?P<release> # The release part
129129
(?:[1-9][0-9])\\. # YY.

src/proteus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .proteus import Proteus
44

5-
__version__ = '24.10.30'
5+
__version__ = '24.12.11'
66

77
__all__ = ['Proteus']

0 commit comments

Comments
 (0)