Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 8dc814b

Browse files
Bump version: 3.23.dev → 3.24.dev
1 parent 05c52a0 commit 8dc814b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 3.23.dev
2+
current_version = 3.24.dev
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>[a-z]+)?(?P<patch>\d+)?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Static version number which is updated by bump2version
1010
# Do not change this manually - use 'bump2version <major/minor/patch/release>'
11-
__version_tag__ = "3.23.dev"
11+
__version_tag__ = "3.24.dev"
1212

1313
setup_kwargs = {
1414
"name": "dxtbx",

0 commit comments

Comments
 (0)