Skip to content

Commit

Permalink
Changing the version variable (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
oualib authored Oct 20, 2021
1 parent 17d69a2 commit 3db1c00
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 @@ -19,7 +19,7 @@

setuptools.setup(
name = 'verticapy',
version = '0.7.2',
version = '0.8.0',
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 @@ -46,7 +46,7 @@
# of moving data around for processing, VerticaPy brings the logic to the data.
#
#
__version__ = "0.7.2"
__version__ = "0.8.0"
__author__ = "Badr Ouali"
__author_email__ = "[email protected]"
__description__ = """VerticaPy simplifies data exploration, data cleaning and machine learning in Vertica."""
Expand Down

0 comments on commit 3db1c00

Please sign in to comment.