We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39f2c8 commit 5b81129Copy full SHA for 5b81129
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'MIT Data To AI Lab'
6
__email__ = 'dailabmit@gmail.com',
7
-__version__ = '0.3.2.dev2'
+__version__ = '0.3.2'
8
9
import contextlib
10
import importlib
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.2.dev2
+current_version = 0.3.2
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
setup.py
@@ -109,6 +109,6 @@
109
test_suite='tests',
110
tests_require=tests_require,
111
url='https://github.com/sdv-dev/Copulas',
112
- version='0.3.2.dev2',
+ version='0.3.2',
113
zip_safe=False,
114
)
0 commit comments