We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d545a commit 36a9054Copy full SHA for 36a9054
pyproject.toml
@@ -139,7 +139,7 @@ convention = 'google'
139
add-ignore = ['D107', 'D407', 'D417']
140
141
[tool.bumpversion]
142
-current_version = "0.24.0.dev0"
+current_version = "0.24.0"
143
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
144
serialize = [
145
'{major}.{minor}.{patch}.{release}{candidate}',
sdmetrics/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'MIT Data To AI Lab'
6
__email__ = 'dailabmit@gmail.com'
7
-__version__ = '0.24.0.dev0'
+__version__ = '0.24.0'
8
9
import sys
10
import warnings as python_warnings
0 commit comments