Skip to content

Commit fd67bd3

Browse files
committed
Bump version: 1.12.1.dev2 → 1.12.1
1 parent d347efc commit fd67bd3

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
@@ -154,7 +154,7 @@ namespaces = false
154154
version = {attr = 'sdv.__version__'}
155155

156156
[tool.bumpversion]
157-
current_version = "1.12.1.dev2"
157+
current_version = "1.12.1"
158158
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
159159
serialize = [
160160
'{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__ = '[email protected]'
9-
__version__ = '1.12.1.dev2'
9+
__version__ = '1.12.1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)