From 615518fc03c0323a7f4ebc1832e6233817782c01 Mon Sep 17 00:00:00 2001 From: Bruno FS Ciconelle Date: Tue, 25 Jul 2023 16:43:11 -0300 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 411ac0e..2ab08c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybuild-deps" -version = "0.0.4" +version = "0.0.5" description = "A simple tool for detection of PEP-517 build dependencies." authors = ["Bruno Ciconelle "] license = "GPL-3.0"