File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222author = 'Ramaravind, Amit, Chenhao'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.6'
25+ release = '0.6.1 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11import setuptools
22
3+ VERSION_STR = "0.6.1"
4+
35with open ("README.rst" , "r" ) as fh :
46 long_description = fh .read ()
57
1719
1820setuptools .setup (
1921 name = "dice_ml" ,
20- version = "0.6" ,
22+ version = VERSION_STR ,
2123 license = "MIT" ,
2224 author = "Ramaravind Mothilal, Amit Sharma, Chenhao Tan" ,
2325 author_email = "raam.arvind93@gmail.com" ,
2426 description = "Generate Diverse Counterfactual Explanations for any machine learning model." ,
2527 long_description = long_description ,
2628 long_description_content_type = "text/x-rst" ,
2729 url = "https://github.com/interpretml/DiCE" ,
28- download_url = "https://github.com/interpretml/DiCE/archive/v0.6 .tar.gz" ,
30+ download_url = "https://github.com/interpretml/DiCE/archive/v" + VERSION_STR + " .tar.gz" ,
2931 python_requires = '>=3.5' ,
3032 packages = setuptools .find_packages (),
3133 classifiers = [
You can’t perform that action at this time.
0 commit comments