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 877fbd2 commit 1ffd5c6Copy full SHA for 1ffd5c6
copulas/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = 'info@sdv.dev'
5
-__version__ = '0.12.1.dev0'
+__version__ = '0.12.1.dev1'
6
7
import sys
8
import warnings
pyproject.toml
@@ -154,7 +154,7 @@ namespaces = false
154
]
155
156
[tool.bumpversion]
157
-current_version = "0.12.1.dev0"
+current_version = "0.12.1.dev1"
158
commit = true
159
tag = true
160
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments