Skip to content

Commit cd36929

Browse files
sdv-teamrwedge
andauthored
Automated Bump Version Candidate (#806)
Co-authored-by: rwedge <[email protected]>
1 parent f525514 commit cd36929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ convention = 'google'
139139
add-ignore = ['D107', 'D407', 'D417']
140140

141141
[tool.bumpversion]
142-
current_version = "0.23.1.dev0"
142+
current_version = "0.23.1.dev1"
143143
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
144144
serialize = [
145145
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

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

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = '[email protected]'
7-
__version__ = '0.23.1.dev0'
7+
__version__ = '0.23.1.dev1'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)