From 8b916c21e423b26810c784f429606a44e4dd1ad6 Mon Sep 17 00:00:00 2001 From: spoorn Date: Wed, 3 Aug 2022 19:23:34 -0700 Subject: [PATCH] Bump to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 320021e..3a5279f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.4.0" +version = "0.5.0" 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"