From a6f90731802802e929803202b2dabf3f363cf07e Mon Sep 17 00:00:00 2001 From: Bruno FS Ciconelle Date: Mon, 9 Oct 2023 00:51:38 -0300 Subject: [PATCH] chore: bump to version 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f843331..1682f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybuild-deps" -version = "0.1.0" +version = "0.1.1" description = "A simple tool for detection of PEP-517 build dependencies." authors = ["Bruno Ciconelle "] license = "GPL-3.0"