Skip to content

Commit 7ce9da1

Browse files
committed
Bump version: 1.16.0.dev1 → 1.16.0
1 parent 18fc3c6 commit 7ce9da1

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
@@ -132,7 +132,7 @@ namespaces = false
132132
version = {attr = 'sdv.__version__'}
133133

134134
[tool.bumpversion]
135-
current_version = "1.16.0.dev1"
135+
current_version = "1.16.0"
136136
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
137137
serialize = [
138138
'{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.16.0.dev1'
9+
__version__ = '1.16.0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)