Skip to content

Commit 8f0f145

Browse files
committed
Bump version: 0.27.0.dev0 → 0.27.0
1 parent 93007fb commit 8f0f145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

151151
[tool.bumpversion]
152-
current_version = "0.27.0.dev0"
152+
current_version = "0.27.0"
153153
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
154154
serialize = [
155155
'{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.27.0.dev0'
7+
__version__ = '0.27.0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)