Skip to content

Commit

Permalink
Fixing pypi issue (#644)
Browse files Browse the repository at this point in the history
Advancing the version from 1.0.0-beta to 1.0.0-beta.1
  • Loading branch information
afard committed Jun 20, 2023
1 parent 99d1ea3 commit e27c63d
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.0-beta",
version="1.0.0-beta.1",
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.0-beta"
__version__: str = "1.0.0-beta.1"

from verticapy._config.config import get_option, set_option
from verticapy._utils._sql._vertica_version import vertica_version
Expand Down

0 comments on commit e27c63d

Please sign in to comment.