diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0602c63..17deef5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/setup.py b/setup.py index d1c8a1d..1fe66a2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = 'recast-atlas', - version = '0.1.6', + version = '0.1.7', description = 'RECAST for ATLAS at the LHC', url = '', author = 'Lukas Heinrich', diff --git a/src/recastatlas/config.py b/src/recastatlas/config.py index cc6182d..dc4c94d 100644 --- a/src/recastatlas/config.py +++ b/src/recastatlas/config.py @@ -38,7 +38,7 @@ def backends(self): "docker": { "metadata": {"short_description": "runs with containerized tools"}, "fromstring": conf_from_env("RECAST_DOCKER_BACKENDSTRING","multiproc:auto"), - "image": conf_from_env("RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.6"), + "image": conf_from_env("RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.7"), "cvmfs": {"location": "/cvmfs", "propagation": "rprivate"}, "reg": { "user": conf_from_env("RECAST_REGISTRY_USERNAME"),