From f109a197b1a01b08fe9f0ad75fc0967210772c80 Mon Sep 17 00:00:00 2001 From: Lukas Heinrich Date: Fri, 17 Sep 2021 15:19:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/recastatlas/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"),