Skip to content

Commit 5be2f52

Browse files
committed
v 25.05.04
1 parent f6131d3 commit 5be2f52

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ authors:
2424
orcid: "https://orcid.org/0000-0001-5107-3531"
2525

2626
title: "CALLIOPE"
27-
version: 25.05.02
27+
version: 25.05.04
2828
doi: 10.xx/xx.xx
2929
date-released: 2025-04-28
3030
url: "https://github.com/FormingWorlds/CALLIOPE"

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ pip-compile -o requirements_full.txt pyproject.toml
5050

5151
```console
5252
bump-my-version bump release
53-
# 25.05.02
53+
# 25.05.04
5454
```
5555

5656
2. Commit and push your changes.
5757

58-
3. Make a new [release](https://github.com/FormingWorlds/CALLIOPE/releases). Make sure to set the tag to the specified version, e.g. `25.05.02`.
58+
3. Make a new [release](https://github.com/FormingWorlds/CALLIOPE/releases). Make sure to set the tag to the specified version, e.g. `25.05.04`.
5959

6060
4. The [upload to pypi](https://pypi.org/project/fwl-calliope) is triggered when a release is published and handled by [this workflow](https://github.com/FormingWorlds/CALLIOPE/actions/workflows/publish.yaml).

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-calliope"
8-
version = "25.05.02"
8+
version = "25.05.04"
99
description = "Planetary accretion and volatile delivery model"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
@@ -100,7 +100,7 @@ indent-style = "space"
100100

101101
[tool.bumpversion]
102102
# https://callowayproject.github.io/bump-my-version/howtos/calver/
103-
current_version = "25.05.02"
103+
current_version = "25.05.04"
104104
parse = """(?x) # Verbose mode
105105
(?P<release> # The release part
106106
(?:[1-9][0-9])\\. # YY.

src/calliope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = '25.05.02'
3+
__version__ = '25.05.04'

0 commit comments

Comments
 (0)