From 244ddceeb67f7b2d57d123c80be9fde186125e34 Mon Sep 17 00:00:00 2001 From: Chad Parmet Date: Sun, 17 Nov 2024 08:56:49 -0500 Subject: [PATCH] Bump Pandas Checks version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8383e..a128d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-checks" -version = "0.2.2" +version = "0.3.0" description = "Non-invasive health checks for Pandas method chains" authors = ["Chad Parmet "] readme = "README.md"