diff --git a/pyproject.toml b/pyproject.toml index 909b7c4..fbd6148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [ {include = "nbmake", from = "src"}, ] readme = "README.md" -version = "v1.3.3" +version = "v1.3.4" [tool.poetry.plugins."pytest11"] nbmake = "nbmake.pytest_plugin"