From b878030100b53d0ae3cb421d42908902f9039b07 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Tue, 2 Jul 2024 13:15:14 -0400 Subject: [PATCH] Upgraded version of Python-Deequ to 1.4.0 Prior to the release, we upgrade the release. Once merged into master, we release to PyPI. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4728dc..341a994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydeequ" -version = "1.3.0" +version = "1.4.0" description = "PyDeequ - Unit Tests for Data" authors = ["Chenyang Liu ", "Rahul Sharma "] maintainers = ["Chenyang Liu ","Rahul Sharma "]