We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e717ad1 commit 9f77d41Copy full SHA for 9f77d41
setup.py
@@ -3,7 +3,7 @@
3
with open('README.md', 'r') as fh:
4
README = fh.read()
5
6
-VERSION = '0.1.3.0'
+VERSION = '0.1.3.1'
7
8
setuptools.setup(
9
name='causal-learn',
@@ -28,7 +28,7 @@
28
packages=setuptools.find_packages(),
29
classifiers=[
30
'Programming Language :: Python :: 3',
31
- 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
+ 'License :: OSI Approved :: MIT License (MIT)',
32
'Operating System :: OS Independent',
33
],
34
python_requires='>=3.6',
0 commit comments