Skip to content

Commit 02c65b0

Browse files
committed
Update code version 25.10.15
1 parent d0beeea commit 02c65b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ authors:
6262
orcid: "https://orcid.org/0000-0002-5887-1197"
6363

6464
title: "PROTEUS"
65-
version: 25.07.31
65+
version: 25.10.15
6666
doi: 10.0000/xxxx/xxxx
67-
date-released: 2025-07-31
67+
date-released: 2025-10-15
6868
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 = "25.07.31"
8+
version = "25.10.15"
99
description = "Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets"
1010
readme = "README.md"
1111
requires-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"
138138
parse = """(?x) # Verbose mode
139139
(?P<release> # The release part
140140
(?:[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__ = '25.07.31'
5+
__version__ = '25.10.15'
66

77
__all__ = ['Proteus']

0 commit comments

Comments
 (0)