Skip to content

Commit 9f77d41

Browse files
committed
update
1 parent e717ad1 commit 9f77d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open('README.md', 'r') as fh:
44
README = fh.read()
55

6-
VERSION = '0.1.3.0'
6+
VERSION = '0.1.3.1'
77

88
setuptools.setup(
99
name='causal-learn',
@@ -28,7 +28,7 @@
2828
packages=setuptools.find_packages(),
2929
classifiers=[
3030
'Programming Language :: Python :: 3',
31-
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
31+
'License :: OSI Approved :: MIT License (MIT)',
3232
'Operating System :: OS Independent',
3333
],
3434
python_requires='>=3.6',

0 commit comments

Comments
 (0)