Skip to content

Commit 183958c

Browse files
committed
Bump version: 1.17.1.dev1 → 1.17.1
1 parent ce8867c commit 183958c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ namespaces = false
139139
version = {attr = 'sdv.__version__'}
140140

141141
[tool.bumpversion]
142-
current_version = "1.17.1.dev1"
142+
current_version = "1.17.1"
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}',

Diff for: sdv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1111

1212
import sys

0 commit comments

Comments
 (0)