diff --git a/README.md b/README.md index eda6ee3..4d02b30 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,12 @@ The lines in a file look exactly the same as regular entries in the prompt, but ## Todo (pre-release, in this order): - - Prevent macro-chaining recursion - - Update screenshot - - Update documentation - Write "how it works" - PyPi package ## Todo: + - Prevent macro-chaining recursion - Cleanup warnings - Truncate long expressions in warnings - History indexing diff --git a/pyproject.toml b/pyproject.toml index 322ef57..019dc60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = "A lambda calculus engine" # # Patch release: # Small, compatible fixes. -version = "0.1.3" +version = "1.1.4" dependencies = [ "prompt-toolkit==3.0.31",