We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996f2ae commit 284e265Copy full SHA for 284e265
pyproject.toml
@@ -148,7 +148,7 @@ convention = 'google'
148
add-ignore = ['D107', 'D407', 'D417']
149
150
[tool.bumpversion]
151
-current_version = "0.27.1.dev1"
+current_version = "0.27.1"
152
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
153
serialize = [
154
'{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.27.1.dev1'
+__version__ = '0.27.1'
8
9
import sys
10
import warnings as python_warnings
0 commit comments