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 a2512d2 commit 4e32275Copy full SHA for 4e32275
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = '[email protected]'
7
-__version__ = '0.11.0.dev0'
+__version__ = '0.11.0.dev1'
8
9
import contextlib
10
import importlib
pyproject.toml
@@ -176,7 +176,7 @@ namespaces = false
176
]
177
178
[tool.bumpversion]
179
-current_version = "0.11.0.dev0"
+current_version = "0.11.0.dev1"
180
commit = true
181
tag = true
182
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments