Skip to content

Commit 9325c56

Browse files
committed
Bump version: 1.13.2.dev1 → 1.13.2
1 parent abb3d31 commit 9325c56

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
@@ -139,7 +139,7 @@ collect_ignore = ['pyproject.toml']
139139
exclude_lines = ['NotImplementedError()']
140140

141141
[tool.bumpversion]
142-
current_version = "1.13.2.dev1"
142+
current_version = "1.13.2"
143143
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
144144
serialize = [
145145
'{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__ = 'info@sdv.dev'
7-
__version__ = '1.13.2.dev1'
7+
__version__ = '1.13.2'
88

99

1010
import sys

0 commit comments

Comments
 (0)