Skip to content

Commit 8aa0b1f

Browse files
sdv-teamrwedge
andauthored
Automated Bump Version Candidate (#830)
Co-authored-by: rwedge <[email protected]>
1 parent ca79b60 commit 8aa0b1f

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
@@ -149,7 +149,7 @@ convention = 'google'
149149
add-ignore = ['D107', 'D407', 'D417']
150150

151151
[tool.bumpversion]
152-
current_version = "0.25.1.dev0"
152+
current_version = "0.25.1.dev1"
153153
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
154154
serialize = [
155155
'{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.25.1.dev0'
7+
__version__ = '0.25.1.dev1'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)