Skip to content

Commit 762e18f

Browse files
committed
Bump version: 1.16.2.dev1 → 1.16.2
1 parent 1192d1a commit 762e18f

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
@@ -136,7 +136,7 @@ namespaces = false
136136
version = {attr = 'sdv.__version__'}
137137

138138
[tool.bumpversion]
139-
current_version = "1.16.2.dev1"
139+
current_version = "1.16.2"
140140
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
141141
serialize = [
142142
'{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.2.dev1'
9+
__version__ = '1.16.2'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)