Skip to content

Commit 5b3ab2e

Browse files
committed
0.1.4.3
1 parent 154c7d8 commit 5b3ab2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# idea
132+
.idea/

setup.py

Lines changed: 1 addition & 1 deletion
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.4.2'
6+
VERSION = '0.1.4.3'
77

88
setuptools.setup(
99
name='causal-learn',

0 commit comments

Comments
 (0)