Skip to content

Commit 50d0aad

Browse files
committed
Bump version: 1.29.1.dev1 → 1.29.1
1 parent 0e701b9 commit 50d0aad

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
@@ -142,7 +142,7 @@ namespaces = false
142142
version = {attr = 'sdv.__version__'}
143143

144144
[tool.bumpversion]
145-
current_version = "1.29.1.dev1"
145+
current_version = "1.29.1"
146146
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
147147
serialize = [
148148
'{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.29.1.dev1'
9+
__version__ = '1.29.1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)