From b660442ff2654db8d9bf9efe79eff4894eb6bf02 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 5 Jul 2023 00:31:13 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.cfg | 2 +- src/recastatlas/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 59c99a8..d8d5b44 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.cfg b/setup.cfg index ff112c8..dae6f6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = recast_atlas -version = 0.2.0 +version = 0.3.0 description = RECAST for ATLAS at the LHC long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/recastatlas/config.py b/src/recastatlas/config.py index b2d9564..2569bfe 100644 --- a/src/recastatlas/config.py +++ b/src/recastatlas/config.py @@ -44,7 +44,7 @@ def backends(self): "RECAST_DOCKER_BACKENDSTRING", "multiproc:auto" ), "image": conf_from_env( - "RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.2.0" + "RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.3.0" ), "cvmfs": {"location": "/cvmfs", "propagation": "rprivate"}, "reg": {