Skip to content

Commit ee21fa3

Browse files
committed
increment patch version
1 parent cc80c04 commit ee21fa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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__ = "2.2.1"
7+
__version__ = "2.2.2"
88
__author__ = "Eric Niklas Wolf"
99
__email__ = "[email protected]"
1010
__all__ = (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lambda_calculus"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Implementation of the Lambda calculus"
55
requires-python = ">=3.10"
66
keywords = []

0 commit comments

Comments
 (0)