From 76f73db55ec944a23723b9675b58701db1220bb3 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Fri, 26 Apr 2024 15:59:46 -0400 Subject: [PATCH] Updated release version and maintainers - Updated version to 1.3.0 ahead of release. - Removed inactive maintainer and added active maintainer. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d21a66e..c9fa38e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "pydeequ" -version = "1.2.0" +version = "1.3.0" description = "PyDeequ - Unit Tests for Data" -authors = ["Calvin Wang ", "Chenyang Liu "] -maintainers = ["Calvin Wang ", "Chenyang Liu "] +authors = ["Chenyang Liu ", "Rahul Sharma "] +maintainers = ["Chenyang Liu ","Rahul Sharma "] license = "Apache-2.0" readme = "README.md" homepage = "https://pydeequ.readthedocs.io"