Skip to content

Commit 807f089

Browse files
authored
Merge pull request #64 from ccnmtl/release-0.1.1
Changes to what is being packaged
2 parents bea2fce + 753e507 commit 807f089

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.1.1 (2022-03-03)
2+
===================
3+
* Changes to what is being packaged
4+
15
0.1.0 (2022-03-02)
26
===================
37
* Initial release

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include logictools *.lark *.json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="logiclearnertools",
30-
version="0.1.0",
30+
version="0.1.1",
3131
author="Natalia Dittren, Columbia University Computer Science Faculty and Students",
3232
author_email="[email protected]",
3333
url="https://github.com/ccnmtl/logiclearnertools",

0 commit comments

Comments
 (0)