Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 5, 2023
1 parent 2a07a50 commit b660442
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.2.0
current_version = 0.3.0
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.2.0
version = 0.3.0
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.2.0"
"RECAST_DOCKER_IMAGE", "recast/recastatlas:v0.3.0"
),
"cvmfs": {"location": "/cvmfs", "propagation": "rprivate"},
"reg": {
Expand Down

0 comments on commit b660442

Please sign in to comment.