We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad34e7f commit 177e185Copy full SHA for 177e185
2 files changed
pyproject.toml
@@ -148,7 +148,7 @@ convention = 'google'
148
add-ignore = ['D107', 'D407', 'D417']
149
150
[tool.bumpversion]
151
-current_version = "0.28.0.dev0"
+current_version = "0.28.0"
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.28.0.dev0'
+__version__ = '0.28.0'
8
9
import sys
10
import warnings as python_warnings
0 commit comments