Skip to content

Commit 0e38030

Browse files
authored
TL: dump version (#474)
1 parent 3b0576b commit 0e38030

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ authors:
3030
affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany"
3131

3232

33-
version: 5.5.0
33+
version: 5.5.1
3434
doi: 10.5281/zenodo.594191
35-
date-released: 2024-06-24
35+
date-released: 2024-09-03
3636
keywords:
3737
- "parallel-in-time"
3838
- "spectral deferred corrections"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '5.5'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '5.5.0'
75+
release = '5.5.1'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = 'pySDC'
7-
version = '5.5.0'
7+
version = '5.5.1'
88
description = 'A Python implementation of spectral deferred correction methods and the likes'
99
license = {text = "BSD-2-Clause"}
1010
readme = 'README.md'

0 commit comments

Comments
 (0)