Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 17, 2024
1 parent 2c28fa3 commit bd85b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ authors:
given-names: "Matthew"
orcid: "https://orcid.org/0000-0003-4124-7862"
affiliation: "University of Wisconsin-Madison"
title: "recast-atlas: v0.4.1"
version: 0.4.1
title: "recast-atlas: v0.4.2"
version: 0.4.2
doi: 10.5281/zenodo.5854896
repository-code: "https://github.com/recast-hep/recast-atlas/releases/tag/v0.4.1"
repository-code: "https://github.com/recast-hep/recast-atlas/releases/tag/v0.4.2"
url: "https://github.com/recast-hep/recast-atlas/"
keywords:
- python
Expand Down
2 changes: 1 addition & 1 deletion src/recastatlas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def backends(self):
"RECAST_DOCKER_BACKENDSTRING", "multiproc:auto"
),
"image": conf_from_env(
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.4.1"
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.4.2"
),
"platform": conf_from_env("DOCKER_DEFAULT_PLATFORM"),
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},
Expand Down

0 comments on commit bd85b45

Please sign in to comment.