Skip to content

Commit a1b001c

Browse files
committed
Bump version: 0.19.0.dev1 → 0.19.0
1 parent 4e0b8c3 commit a1b001c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ convention = 'google'
141141
add-ignore = ['D107', 'D407', 'D417']
142142

143143
[tool.bumpversion]
144-
current_version = "0.19.0.dev1"
144+
current_version = "0.19.0"
145145
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
146146
serialize = [
147147
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

+1-1
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.19.0.dev1'
7+
__version__ = '0.19.0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)