From 2de2866ce00537cbf0232afc95a453a9e0c9dcd6 Mon Sep 17 00:00:00 2001 From: spoorn Date: Fri, 26 Aug 2022 14:18:10 -0700 Subject: [PATCH] Bump to 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c12939..1f40bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.5.1" +version = "0.5.2" 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"