Skip to content

Commit

Permalink
Update version to 1.0.3 (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar authored Mar 29, 2024
1 parent 2753b2c commit 09e7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="verticapy",
version="1.0.2",
version="1.0.3",
author="Badr Ouali",
author_email="[email protected]",
url="https://github.com/vertica/VerticaPy",
Expand Down
2 changes: 1 addition & 1 deletion verticapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09e7322

Please sign in to comment.