Skip to content

Commit 177e185

Browse files
committed
Bump version: 0.28.0.dev0 → 0.28.0
1 parent ad34e7f commit 177e185

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ convention = 'google'
148148
add-ignore = ['D107', 'D407', 'D417']
149149

150150
[tool.bumpversion]
151-
current_version = "0.28.0.dev0"
151+
current_version = "0.28.0"
152152
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
153153
serialize = [
154154
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com'
7-
__version__ = '0.28.0.dev0'
7+
__version__ = '0.28.0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)