diff --git a/README.md b/README.md index 8e94e82..2f6fc95 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # poeblix Poetry Plugin that adds various features that extend the `poetry` command such as building wheel files with locked dependencies, and validations of wheel/docker containers. -Supports poetry versions `1.2+` +Supports poetry versions `1.2+` (Note: if you are not using the latest version of poetry, you will need to check the Releases page to see which version of poeblix supports your version of poetry) # Overview These contain custom poetry plugins that enable functionality not available in the official distribution of poetry. These include: diff --git a/pyproject.toml b/pyproject.toml index 8a47fa6..6b05e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.9" +version = "0.10" 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"