Skip to content

Commit 7fc61c8

Browse files
committed
Bump version: 0.22.0.dev0 → 0.22.0
1 parent 26efa4b commit 7fc61c8

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
@@ -140,7 +140,7 @@ convention = 'google'
140140
add-ignore = ['D107', 'D407', 'D417']
141141

142142
[tool.bumpversion]
143-
current_version = "0.22.0.dev0"
143+
current_version = "0.22.0"
144144
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
145145
serialize = [
146146
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = '[email protected]'
7-
__version__ = '0.22.0.dev0'
7+
__version__ = '0.22.0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)