diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a39ec4a..22111dd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index c8b5b69..35ef058 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/src/recastatlas/config.py b/src/recastatlas/config.py index 19f327c..80726c8 100644 --- a/src/recastatlas/config.py +++ b/src/recastatlas/config.py @@ -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"},