Skip to content

Commit

Permalink
Bump version: 0.1.8 → 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2021
1 parent 6e903ce commit 81f7706
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.8
current_version = 0.1.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = recast_atlas
version = 0.1.8
version = 0.1.9
description = RECAST for ATLAS at the LHC
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/recastatlas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def backends(self):
"RECAST_DOCKER_BACKENDSTRING", "multiproc:auto"
),
"image": conf_from_env(
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.8"
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.9"
),
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},
"reg": {
Expand Down

0 comments on commit 81f7706

Please sign in to comment.