Skip to content

Commit

Permalink
updated version number to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-sharma committed Jan 8, 2020
1 parent 30f5a0e commit a1c2189
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dowhy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2a1
0.2
Empty file modified dowhy/causal_refuters/data_subset_refuter.py
100644 → 100755
Empty file.
Empty file modified dowhy/causal_refuters/placebo_treatment_refuter.py
100644 → 100755
Empty file.
Empty file modified dowhy/causal_refuters/random_common_cause.py
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
license='MIT',
long_description=long_description,
url='https://github.com/microsoft/dowhy', # Optional
download_url='https://github.com/microsoft/dowhy/archive/v0.1.1-alpha.tar.gz',
download_url='https://github.com/microsoft/dowhy/archive/v0.2.tar.gz',
author='Amit Sharma, Emre Kiciman',
classifiers=[ # Optional
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -46,7 +45,7 @@

keywords='causality machine-learning causal-inference statistics graphical-model',
packages=find_packages(exclude=['docs', 'tests']),
python_requires='>=3.0',
python_requires='>=3.4',
install_requires=install_requires,
include_package_data=True,
package_data={'dowhy':['VERSION']}
Expand Down

0 comments on commit a1c2189

Please sign in to comment.