diff --git a/CHANGES.txt b/CHANGES.txt index 78f1f8a..ab4b3c6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.1.2 (2022-03-04) +=================== +* A bug fix when a solution is reached + 0.1.1 (2022-03-03) =================== * Changes to what is being packaged diff --git a/setup.py b/setup.py index d5c5327..370644a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="logiclearnertools", - version="0.1.1", + version="0.1.2", author="Natalia Dittren, Columbia University Computer Science Faculty and Students", author_email="natalia.d@columbia.edu", url="https://github.com/ccnmtl/logiclearnertools",