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 9f9e109 commit e0fd896Copy full SHA for e0fd896
pyproject.toml
@@ -140,7 +140,7 @@ convention = 'google'
140
add-ignore = ['D107', 'D407', 'D417']
141
142
[tool.bumpversion]
143
-current_version = "0.23.0.dev0"
+current_version = "0.23.0"
144
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
145
serialize = [
146
'{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.23.0.dev0'
+__version__ = '0.23.0'
8
9
import sys
10
import warnings as python_warnings
0 commit comments