Skip to content

Commit

Permalink
increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Oct 4, 2022
1 parent cc80c04 commit ee21fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambda_calculus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .terms import Variable, Abstraction, Application

__version__ = "2.2.1"
__version__ = "2.2.2"
__author__ = "Eric Niklas Wolf"
__email__ = "[email protected]"
__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lambda_calculus"
version = "2.2.1"
version = "2.2.2"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
Expand Down

0 comments on commit ee21fa3

Please sign in to comment.