Skip to content

Commit 81f7706

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 6e903ce commit 81f7706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = recast_atlas
3-
version = 0.1.8
3+
version = 0.1.9
44
description = RECAST for ATLAS at the LHC
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/recastatlas/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def backends(self):
4444
"RECAST_DOCKER_BACKENDSTRING", "multiproc:auto"
4545
),
4646
"image": conf_from_env(
47-
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.8"
47+
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.9"
4848
),
4949
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},
5050
"reg": {

0 commit comments

Comments
 (0)