From bdab3df73ea2a7b403dd5934150b341a188cb07d Mon Sep 17 00:00:00 2001 From: ndittren <36773036+ndittren@users.noreply.github.com> Date: Fri, 4 Mar 2022 15:16:50 -0500 Subject: [PATCH] :bookmark: release 0.1.2 --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",