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