diff --git a/primal_page/__init__.py b/primal_page/__init__.py index 3c1e9cb..29654ee 100644 --- a/primal_page/__init__.py +++ b/primal_page/__init__.py @@ -1 +1 @@ -__version__ = "1.7.1" +__version__ = "1.8.0" diff --git a/pyproject.toml b/pyproject.toml index 6399734..c2845ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "primal-page" -version = "1.7.1" +version = "1.8.0" description = "Tooling and schemas for the primerschemes index" authors = ["ChrisKent "] readme = "README.md"