Skip to content

Commit 44cec67

Browse files
committed
fix documentation build
1 parent ee21fa3 commit 44cec67

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

pyproject.toml

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

4848
[tool.sphinx-pyproject]
4949
project = "lambda_calculus"
50+
copyright = "2022 Eric Wolf"
5051
html_theme = "sphinx_rtd_theme"
5152
extensions = [
5253
"sphinx.ext.intersphinx",

0 commit comments

Comments
 (0)