From 52c8fdbdb20f4de29b9a1f3233d423319823ae30 Mon Sep 17 00:00:00 2001 From: spoorn Date: Sun, 28 May 2023 13:19:45 -0700 Subject: [PATCH] bump to 0.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a1bde0..a6c50db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.8.1" +version = "0.9" 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"