From 480f9677e95c7efe18507cc049080e3525b28749 Mon Sep 17 00:00:00 2001 From: Badr Date: Thu, 3 Oct 2024 11:27:56 -0400 Subject: [PATCH] Update __init__.py --- verticapy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verticapy/__init__.py b/verticapy/__init__.py index 117ef6a21..947cbe4f2 100755 --- a/verticapy/__init__.py +++ b/verticapy/__init__.py @@ -37,8 +37,8 @@ __url__: str = "https://github.com/vertica/verticapy/" __license__: str = "Apache License, Version 2.0" __version__: str = "1.1.0-beta" -__iteration__: int = 1 -__date__: str = "03102024" +__iteration__: int = 2 +__date__: str = "10032024" __last_commit__: str = "c4fa73aaaf54051fb35b325a5dd77573ba9b3f4c" __long_version__: str = f"{__version__}-{__iteration__}—{__date__}-{__last_commit__}" __codecov__: float = 0.84