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