Skip to content

Commit

Permalink
Bump version: 3.21.dev → 3.22.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLightSource-build-server authored and ndevenish committed Oct 15, 2024
1 parent c3f9408 commit 7744148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 3.21.dev
current_version = 3.23.dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>[a-z]+)?(?P<patch>\d+)?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Version number, or fallback version number for non-releases.
# This should be updated by bump2version, not manually.
__version_tag__ = "3.21.dev"
__version_tag__ = "3.23.dev"

console_scripts = [
"dev.xia2.check_mosaic=xia2.cli.check_mosaic:run",
Expand Down

0 comments on commit 7744148

Please sign in to comment.