Skip to content

Commit a4dbfc8

Browse files
committed
Bump version: 1.20.0.dev1 → 1.20.0
1 parent a24bb6a commit a4dbfc8

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

146146
[tool.bumpversion]
147-
current_version = "1.20.0.dev1"
147+
current_version = "1.20.0"
148148
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149149
serialize = [
150150
'{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.20.0.dev1'
9+
__version__ = '1.20.0'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)