We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b58499 commit 22f5533Copy full SHA for 22f5533
pyproject.toml
@@ -150,7 +150,7 @@ namespaces = false
150
version = {attr = 'sdv.__version__'}
151
152
[tool.bumpversion]
153
-current_version = "1.33.0"
+current_version = "1.33.1.dev0"
154
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
155
serialize = [
156
'{major}.{minor}.{patch}.{release}{candidate}',
sdv/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = 'DataCebo, Inc.'
8
__email__ = 'info@sdv.dev'
9
-__version__ = '1.33.0'
+__version__ = '1.33.1.dev0'
10
11
12
import sys
0 commit comments