Skip to content

Commit 2298b57

Browse files
committed
Bump version: 1.19.0.dev0 → 1.19.0
1 parent 66cd118 commit 2298b57

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
@@ -143,7 +143,7 @@ collect_ignore = ['pyproject.toml']
143143
exclude_lines = ['NotImplementedError()']
144144

145145
[tool.bumpversion]
146-
current_version = "1.19.0.dev0"
146+
current_version = "1.19.0"
147147
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
148148
serialize = [
149149
'{major}.{minor}.{patch}.{release}{candidate}',

rdt/__init__.py

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

55
__author__ = 'DataCebo, Inc.'
66
__email__ = '[email protected]'
7-
__version__ = '1.19.0.dev0'
7+
__version__ = '1.19.0'
88

99

1010
import sys

0 commit comments

Comments
 (0)