Skip to content

Commit 36a9054

Browse files
committed
Bump version: 0.24.0.dev0 → 0.24.0
1 parent b1d545a commit 36a9054

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.24.0.dev0"
142+
current_version = "0.24.0"
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.24.0.dev0'
7+
__version__ = '0.24.0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)