Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Sep 17, 2021
1 parent 3a5f2e3 commit f109a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/recastatlas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit f109a19

Please sign in to comment.