We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fbd9f commit c428c2bCopy full SHA for c428c2b
pyproject.toml
@@ -158,7 +158,7 @@ namespaces = false
158
version = {attr = 'sdv.__version__'}
159
160
[tool.bumpversion]
161
-current_version = "1.13.1.dev1"
+current_version = "1.13.1"
162
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
163
serialize = [
164
'{major}.{minor}.{patch}.{release}{candidate}',
sdv/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = 'DataCebo, Inc.'
8
__email__ = '[email protected]'
9
-__version__ = '1.13.1.dev1'
+__version__ = '1.13.1'
10
11
12
import sys
0 commit comments