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