From e6615da84797a61110f56519368926231d76d60d Mon Sep 17 00:00:00 2001 From: Bruno Ciconelle Date: Mon, 30 Jan 2023 17:41:54 -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 443eacd..e4d2d17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybuild-deps" -version = "0.0.1" +version = "0.0.2" description = "A simple tool for detection of PEP-517 build dependencies." authors = ["Bruno Ciconelle "] license = "GPL-3.0"