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 c8d807b commit 06fc5dfCopy full SHA for 06fc5df
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = '[email protected]'
7
-__version__ = '0.10.1.dev1'
+__version__ = '0.10.1'
8
9
import contextlib
10
import importlib
pyproject.toml
@@ -167,7 +167,7 @@ namespaces = false
167
]
168
169
[tool.bumpversion]
170
-current_version = "0.10.1.dev1"
+current_version = "0.10.1"
171
commit = true
172
tag = true
173
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments