From 6a293b85c181a510597b0d7c135395ea4245e031 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 9 May 2024 11:11:48 -0400 Subject: [PATCH] Version 0.1.1 (#27) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e4325a..b57f161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ [project] name = "rapids-build-backend" -version = "0.1.0" +version = "0.1.1" description = "Custom PEP517 builder for RAPIDS" dependencies = [ "PyYAML",