diff --git a/pyproject.toml b/pyproject.toml index a0898ea..6d6b37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "literary" -version = "4.0.0a2" +version = "4.0.0" description = "Literate package development with Jupyter" authors = [ {name = "Angus Hollands", email = "goosey15@gmail.com"}, @@ -77,7 +77,7 @@ exclude = ["lib"] "share/jupyter/nbconvert/templates/literary/index.py.j2" = "share/jupyter/nbconvert/templates/literary/index.py.j2" [tool.hatch.build.targets.wheel.hooks.literary] -dependencies = ["literary-build-hatch>=0.2.0a3"] +dependencies = ["literary-build-hatch>=0.2.0a10"] [build-system]