From 274c55aa4b85b8651ac31bc79fda67c3cd4e6c5e Mon Sep 17 00:00:00 2001 From: spoorn Date: Tue, 21 Mar 2023 09:32:00 -0700 Subject: [PATCH] Bump to 0.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 025f9dd..2736fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poeblix" -version = "0.8" +version = "0.8.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"