diff --git a/CHANGES.txt b/CHANGES.txt index 4123499..ac133c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.1.4 (2022-04-05) +=================== +* Fixes bug dealing with parentheses + 0.1.3 (2022-03-17) =================== * Changes to questions and code diff --git a/setup.py b/setup.py index f28329a..808e6c9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="logiclearnertools", - version="0.1.3", + version="0.1.4", author="Natalia Dittren, Columbia University Computer Science Faculty and Students", author_email="natalia.d@columbia.edu", url="https://github.com/ccnmtl/logiclearnertools",