Skip to content

Commit 22f5533

Browse files
committed
Bump version: 1.33.0 → 1.33.1.dev0
1 parent 8b58499 commit 22f5533

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
@@ -150,7 +150,7 @@ namespaces = false
150150
version = {attr = 'sdv.__version__'}
151151

152152
[tool.bumpversion]
153-
current_version = "1.33.0"
153+
current_version = "1.33.1.dev0"
154154
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
155155
serialize = [
156156
'{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__ = 'info@sdv.dev'
9-
__version__ = '1.33.0'
9+
__version__ = '1.33.1.dev0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)