Skip to content

Commit 09b02c7

Browse files
committed
increment minor version number
1 parent 8a58144 commit 09b02c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "3.0.0"
3+
version = "3.1.0"
44
description = "Implementation of the Lambda calculus"
55
requires-python = ">=3.10"
66
keywords = []

src/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__ = "3.0.0"
7+
__version__ = "3.1.0"
88
__author__ = "Eric Niklas Wolf"
99
__email__ = "eric_niklas.wolf@mailbox.tu-dresden.de"
1010
__all__ = (

0 commit comments

Comments
 (0)