diff --git a/setup.py b/setup.py index 25b5f6e1a..0bbe071f2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name="verticapy", - version="1.0.2", + version="1.0.3", author="Badr Ouali", author_email="badr.ouali@vertica.com", url="https://github.com/vertica/VerticaPy", diff --git a/verticapy/__init__.py b/verticapy/__init__.py index 8d192d32f..df9ecee8b 100755 --- a/verticapy/__init__.py +++ b/verticapy/__init__.py @@ -36,7 +36,7 @@ ) __url__: str = "https://github.com/vertica/verticapy/" __license__: str = "Apache License, Version 2.0" -__version__: str = "1.0.2" +__version__: str = "1.0.3" __iteration__: int = 1 __date__: str = "03102024" __last_commit__: str = "b3da49e587e09b5750d2b404146cbf8607a83f44"