From c8a712e983ff39cabfbb39dff4f381bccd14a5e5 Mon Sep 17 00:00:00 2001 From: Herminio Vazquez Date: Wed, 27 Sep 2023 07:58:16 +0200 Subject: [PATCH] Bump version for big query isdaily --- pyproject.toml | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cac7573..bd51f0e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "cuallee" -version = "0.5.2" +version = "0.5.3" authors = [ - { name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" }, - { name="Herminio Vazquez", email="canimus@gmail.com"} + { name="Herminio Vazquez", email="canimus@gmail.com"}, + { name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" } ] description = "Python library for data validation on DataFrame APIs including Snowflake/Snowpark, Apache/PySpark and Pandas/DataFrame." readme = "README.md" diff --git a/setup.cfg b/setup.cfg index f16f1ca9..bbc3634f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] name = cuallee -version = 0.5.2 +version = 0.5.3 [options] packages = find: \ No newline at end of file