Skip to content

Commit c428c2b

Browse files
committed
Bump version: 1.13.1.dev1 → 1.13.1
1 parent e0fbd9f commit c428c2b

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
@@ -158,7 +158,7 @@ namespaces = false
158158
version = {attr = 'sdv.__version__'}
159159

160160
[tool.bumpversion]
161-
current_version = "1.13.1.dev1"
161+
current_version = "1.13.1"
162162
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
163163
serialize = [
164164
'{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.13.1.dev1'
9+
__version__ = '1.13.1'
1010

1111

1212
import sys

0 commit comments

Comments
 (0)