Version & README

master
Mark 2022-11-11 17:07:45 -08:00
parent 48e7d405dd
commit f3d02721ad
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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",