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