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": {