Skip to content

Commit 44a1bce

Browse files
committed
fix license display, again
1 parent 4e4699e commit 44a1bce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lambda_calculus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .terms import Variable, Abstraction, Application
66

7-
__version__ = "1.10.1"
7+
__version__ = "1.10.2"
88
__author__ = "Eric Niklas Wolf"
99
__email__ = "[email protected]"
1010
__all__ = (

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lambda_calculus"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
description = "Implementation of the Lambda calculus"
55
requires-python = ">=3.10"
66
keywords = []
@@ -18,9 +18,6 @@ classifiers = [
1818
file = "README.md"
1919
content-type = "text/markdown"
2020

21-
[project.license]
22-
text = "GNU General Public License v3 (GPLv3)"
23-
2421
[[project.authors]]
2522
name = "Eric Niklas Wolf"
2623

0 commit comments

Comments
 (0)