Skip to content

Commit 6f12eb3

Browse files
committed
Bump version: 1.14.0.dev1 → 1.14.0
1 parent 33f2643 commit 6f12eb3

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
@@ -158,7 +158,7 @@ namespaces = false
158158
version = {attr = 'sdv.__version__'}
159159

160160
[tool.bumpversion]
161-
current_version = "1.14.0.dev1"
161+
current_version = "1.14.0"
162162
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
163163
serialize = [
164164
'{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.14.0.dev1'
9+
__version__ = '1.14.0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)