Skip to content

Commit 443321f

Browse files
committed
Bump version: 1.13.0.dev1 → 1.13.0
1 parent 0bc2a9b commit 443321f

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
@@ -157,7 +157,7 @@ namespaces = false
157157
version = {attr = 'sdv.__version__'}
158158

159159
[tool.bumpversion]
160-
current_version = "1.13.0.dev1"
160+
current_version = "1.13.0"
161161
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
162162
serialize = [
163163
'{major}.{minor}.{patch}.{release}{candidate}',

sdv/__init__.py

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

77
__author__ = 'DataCebo, Inc.'
88
__email__ = '[email protected]'
9-
__version__ = '1.13.0.dev1'
9+
__version__ = '1.13.0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)