Skip to content

Commit 391fd82

Browse files
committed
Bump version: 1.19.0 → 1.19.1.dev0
1 parent 2c1aa57 commit 391fd82

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
@@ -144,7 +144,7 @@ namespaces = false
144144
version = {attr = 'sdv.__version__'}
145145

146146
[tool.bumpversion]
147-
current_version = "1.19.0"
147+
current_version = "1.19.1.dev0"
148148
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149149
serialize = [
150150
'{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.19.0'
9+
__version__ = '1.19.1.dev0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)