Skip to content

Commit 68eab47

Browse files
Automated Bump Version Candidate (#2607)
Co-authored-by: amontanez24 <7800528+amontanez24@users.noreply.github.com>
1 parent 88c01fd commit 68eab47

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

145145
[tool.bumpversion]
146-
current_version = "1.24.1.dev0"
146+
current_version = "1.24.1.dev1"
147147
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
148148
serialize = [
149149
'{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.24.1.dev0'
9+
__version__ = '1.24.1.dev1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)