Skip to content

Commit

Permalink
Bump version: 0.1.7 → 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 6, 2021
1 parent 71fe2d3 commit 7bb9828
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.7
current_version = 0.1.8
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.7
version = 0.1.8
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.7"
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.1.8"
),
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},
"reg": {
Expand Down

0 comments on commit 7bb9828

Please sign in to comment.