Skip to content

Commit 451f8c9

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent e0dea3a commit 451f8c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ authors:
1010
given-names: "Matthew"
1111
orcid: "https://orcid.org/0000-0003-4124-7862"
1212
affiliation: "University of Wisconsin-Madison"
13-
title: "recast-atlas: v0.4.0"
14-
version: 0.4.0
13+
title: "recast-atlas: v0.4.1"
14+
version: 0.4.1
1515
doi: 10.5281/zenodo.5854896
16-
repository-code: "https://github.com/recast-hep/recast-atlas/releases/tag/v0.4.0"
16+
repository-code: "https://github.com/recast-hep/recast-atlas/releases/tag/v0.4.1"
1717
url: "https://github.com/recast-hep/recast-atlas/"
1818
keywords:
1919
- python

src/recastatlas/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def backends(self):
5353
"RECAST_DOCKER_BACKENDSTRING", "multiproc:auto"
5454
),
5555
"image": conf_from_env(
56-
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.4.0"
56+
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.4.1"
5757
),
5858
"platform": conf_from_env("DOCKER_DEFAULT_PLATFORM"),
5959
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},

0 commit comments

Comments
 (0)