File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
99import importlib
1010
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.2-dev
2+ current_version = 0.2.2
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
@@ -44,4 +44,5 @@ test = pytest
4444collect_ignore = [' setup.py' ]
4545
4646[doc8]
47- max-line-length = 99
47+ max-line-length = 99
48+
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments