We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc80c04 commit ee21fa3Copy full SHA for ee21fa3
lambda_calculus/__init__.py
@@ -4,7 +4,7 @@
4
5
from .terms import Variable, Abstraction, Application
6
7
-__version__ = "2.2.1"
+__version__ = "2.2.2"
8
__author__ = "Eric Niklas Wolf"
9
__email__ = "eric_niklas.wolf@mailbox.tu-dresden.de"
10
__all__ = (
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "lambda_calculus"
3
-version = "2.2.1"
+version = "2.2.2"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
0 commit comments