From 013456fb81b855cb498bdd4b8b614fb9f530f3f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jul 2026 16:58:07 +0000 Subject: [PATCH] Update version to 1.6.0 --- pydeequ/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydeequ/__init__.py b/pydeequ/__init__.py index 49a06e5..4f7a8ad 100644 --- a/pydeequ/__init__.py +++ b/pydeequ/__init__.py @@ -12,7 +12,7 @@ # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. """Placeholder docstrings""" -__version__ = "1.2.0" +__version__ = "1.6.0" from pyspark.sql import SparkSession diff --git a/pyproject.toml b/pyproject.toml index e6755d1..f44b1b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydeequ" -version = "1.5.0" +version = "1.6.0" description = "PyDeequ - Unit Tests for Data" authors = ["Chenyang Liu ", "Rahul Sharma "] maintainers = ["Chenyang Liu ","Rahul Sharma "]