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 c3549e5 commit 3e22cc8Copy full SHA for 3e22cc8
copulas/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = '[email protected]'
5
-__version__ = '0.12.4.dev2'
+__version__ = '0.12.4.dev3'
6
7
import sys
8
import warnings
pyproject.toml
@@ -152,7 +152,7 @@ namespaces = false
152
]
153
154
[tool.bumpversion]
155
-current_version = "0.12.4.dev2"
+current_version = "0.12.4.dev3"
156
commit = true
157
tag = true
158
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments