From abfa09ce27401fde77109fbb17a3535ff03e7f32 Mon Sep 17 00:00:00 2001 From: Badr <32390048+oualib@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:42:27 -0500 Subject: [PATCH] Version correction (#379) --- setup.py | 2 +- verticapy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 936b7218e..f0e90f63b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name="verticapy", - version="0.11.0", + version="0.10.2", 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 471cd103e..f4e14f332 100755 --- a/verticapy/__init__.py +++ b/verticapy/__init__.py @@ -46,7 +46,7 @@ # data around for processing, VerticaPy brings the logic to the data. # # -__version__ = "0.11.0" +__version__ = "0.10.2" __author__ = "Badr Ouali" __author_email__ = "badr.ouali@vertica.com" __description__ = (