We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4699e commit 44a1bceCopy full SHA for 44a1bce
2 files changed
lambda_calculus/__init__.py
@@ -4,7 +4,7 @@
4
5
from .terms import Variable, Abstraction, Application
6
7
-__version__ = "1.10.1"
+__version__ = "1.10.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 = "1.10.1"
+version = "1.10.2"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
@@ -18,9 +18,6 @@ classifiers = [
18
file = "README.md"
19
content-type = "text/markdown"
20
21
-[project.license]
22
-text = "GNU General Public License v3 (GPLv3)"
23
-
24
[[project.authors]]
25
name = "Eric Niklas Wolf"
26
email = "eric_niklas.wolf@mailbox.tu-dresden.de"
0 commit comments