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 4b84551 commit 8cef6e9Copy full SHA for 8cef6e9
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'DataCebo, Inc.'
6
__email__ = '[email protected]'
7
-__version__ = '0.9.1.dev1'
+__version__ = '0.9.1'
8
9
import contextlib
10
import importlib
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.1.dev1
+current_version = 0.9.1
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -136,6 +136,6 @@
136
test_suite='tests',
137
tests_require=tests_require,
138
url='https://github.com/sdv-dev/Copulas',
139
- version='0.9.1.dev1',
+ version='0.9.1',
140
zip_safe=False,
141
)
0 commit comments