diff --git a/pyproject.toml b/pyproject.toml index 3a5279f..36d0438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.5.0" +version = "0.5.1" description = "Poetry plugin that adds support for building wheel files using the poetry.lock file, and data_files just like in setup.py" authors = ["spoorn "] readme = "README.md"