Skip to content

Commit 284e265

Browse files
committed
Bump version: 0.27.1.dev1 → 0.27.1
1 parent 996f2ae commit 284e265

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
@@ -148,7 +148,7 @@ convention = 'google'
148148
add-ignore = ['D107', 'D407', 'D417']
149149

150150
[tool.bumpversion]
151-
current_version = "0.27.1.dev1"
151+
current_version = "0.27.1"
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.27.1.dev1'
7+
__version__ = '0.27.1'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)