diff --git a/MANIFEST.in b/MANIFEST.in index 5dfe8088..fc34d845 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include pyreason/examples/hello-world/* include pyreason/.cache_status.yaml +include tests/* \ No newline at end of file diff --git a/setup.py b/setup.py index c8409a5b..9739d4a8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pyreason', - version='2.0.2', + version='2.0.3', author='Dyuman Aditya', author_email='dyuman.aditya@gmail.com', description='An explainable inference software supporting annotated, real valued, graph based and temporal logic',