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 74f3474 commit de68529Copy full SHA for de68529
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = '[email protected]'
7
-__version__ = '0.11.1.dev1'
+__version__ = '0.11.1'
8
9
import contextlib
10
import importlib
pyproject.toml
@@ -149,7 +149,7 @@ namespaces = false
149
]
150
151
[tool.bumpversion]
152
-current_version = "0.11.1.dev1"
+current_version = "0.11.1"
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