We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec894e4 commit e8f0658Copy full SHA for e8f0658
copulas/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'MIT Data To AI Lab'
6
__email__ = 'dailabmit@gmail.com',
7
-__version__ = '0.2.5-dev'
+__version__ = '0.2.5'
8
9
import importlib
10
from copy import deepcopy
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.5-dev
+current_version = 0.2.5
3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
setup.py
@@ -99,6 +99,6 @@
99
test_suite='tests',
100
tests_require=tests_require,
101
url='https://github.com/sdv-dev/Copulas',
102
- version='0.2.5-dev',
+ version='0.2.5',
103
zip_safe=False,
104
)
0 commit comments