Skip to content

Commit

Permalink
fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Oct 4, 2022
1 parent ee21fa3 commit 44cec67
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2"
__version__ = "2.2.3"
__author__ = "Eric Niklas Wolf"
__email__ = "eric_niklas.wolf@mailbox.tu-dresden.de"
__all__ = (
Expand Down
3 changes: 2 additions & 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.2"
version = "2.2.3"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
Expand Down Expand Up @@ -47,6 +47,7 @@ warn_unreachable = true

[tool.sphinx-pyproject]
project = "lambda_calculus"
copyright = "2022 Eric Wolf"
html_theme = "sphinx_rtd_theme"
extensions = [
"sphinx.ext.intersphinx",
Expand Down

0 comments on commit 44cec67

Please sign in to comment.