Skip to content

Commit

Permalink
increment minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Apr 10, 2024
1 parent 8a58144 commit 09b02c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "3.0.0"
version = "3.1.0"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
Expand Down
2 changes: 1 addition & 1 deletion src/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__ = "3.0.0"
__version__ = "3.1.0"
__author__ = "Eric Niklas Wolf"
__email__ = "eric_niklas.wolf@mailbox.tu-dresden.de"
__all__ = (
Expand Down

0 comments on commit 09b02c7

Please sign in to comment.