From 98eaff6b570d49bea833a182506467164cc931d9 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 17 Jul 2024 11:29:16 -0400 Subject: [PATCH] Version 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537fd75..1f493f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta" [project] name = "rapids-pre-commit-hooks" -version = "0.2.0" +version = "0.3.0" authors = [ { name = "RAPIDS Development Team", email = "pypi@rapids.ai" } ]