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 154c7d8 commit 5b3ab2eCopy full SHA for 5b3ab2e
.gitignore
@@ -127,3 +127,6 @@ dmypy.json
127
128
# Pyre type checker
129
.pyre/
130
+
131
+# idea
132
+.idea/
setup.py
@@ -3,7 +3,7 @@
3
with open('README.md', 'r') as fh:
4
README = fh.read()
5
6
-VERSION = '0.1.4.2'
+VERSION = '0.1.4.3'
7
8
setuptools.setup(
9
name='causal-learn',
0 commit comments