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 fcf46f0 commit b7b2393Copy full SHA for b7b2393
copulas/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = '[email protected]'
5
-__version__ = '0.12.0.dev0'
+__version__ = '0.12.0.dev1'
6
7
import sys
8
import warnings
pyproject.toml
@@ -149,7 +149,7 @@ namespaces = false
149
]
150
151
[tool.bumpversion]
152
-current_version = "0.12.0.dev0"
+current_version = "0.12.0.dev1"
153
commit = true
154
tag = true
155
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments