Skip to content

Commit 0170b4c

Browse files
committed
Bump version: 1.22.1.dev1 → 1.22.1
1 parent 16fac23 commit 0170b4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.22.1.dev1"
147+
current_version = "1.22.1"
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

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__ = 'info@sdv.dev'
9-
__version__ = '1.22.1.dev1'
9+
__version__ = '1.22.1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)