diff --git a/setup.py b/setup.py index 6925a669..95af7119 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open('README.md', 'r') as fh: README = fh.read() -VERSION = '0.1.2.8' +VERSION = '0.1.2.9' setuptools.setup( name='causal-learn',