Skip to content

Commit f46814c

Browse files
committed
Bump version: 1.17.4.dev0 → 1.17.4.dev1
1 parent 67405e3 commit f46814c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.dev0"
142+
current_version = "1.17.4.dev1"
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}',

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.4.dev0'
9+
__version__ = '1.17.4.dev1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)