We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf2e9b commit ffb8ce4Copy full SHA for ffb8ce4
copulas/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = 'info@sdv.dev'
5
-__version__ = '0.14.1.dev1'
+__version__ = '0.14.1'
6
7
import sys
8
import warnings
pyproject.toml
@@ -153,7 +153,7 @@ namespaces = false
153
]
154
155
[tool.bumpversion]
156
-current_version = "0.14.1.dev1"
+current_version = "0.14.1"
157
commit = true
158
tag = true
159
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
0 commit comments