From f3d02721ad06eef5bc3f730490769c4e80c0388a Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 11 Nov 2022 17:07:45 -0800 Subject: [PATCH] Version & README --- README.md | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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",