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 102fc74 commit 276d23aCopy full SHA for 276d23a
copulas/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = '[email protected]'
5
-__version__ = '0.12.0'
+__version__ = '0.12.1.dev0'
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"
+current_version = "0.12.1.dev0"
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