Skip to content

Commit 40aa8c3

Browse files
committed
Bump version: 0.2.2-dev → 0.2.2
1 parent 0d57554 commit 40aa8c3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

copulas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com',
7-
__version__ = '0.2.2-dev'
7+
__version__ = '0.2.2'
88

99
import importlib
1010

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2-dev
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
@@ -44,4 +44,5 @@ test = pytest
4444
collect_ignore = ['setup.py']
4545

4646
[doc8]
47-
max-line-length = 99
47+
max-line-length = 99
48+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
test_suite='tests',
9999
tests_require=tests_require,
100100
url='https://github.com/DAI-Lab/Copulas',
101-
version='0.2.2-dev',
101+
version='0.2.2',
102102
zip_safe=False,
103103
)

0 commit comments

Comments
 (0)