Skip to content

Commit

Permalink
[DOCUMENTATION] PART1 for v1.1.0
Browse files Browse the repository at this point in the history
[DOC PART2]

We then need to do the following tasks:
 - [ ] Remove the notebook archive, the script to generate the file due to the nested structure
 - [ ] Compile the doc
  • Loading branch information
oualib committed Oct 25, 2024
1 parent 0446d8b commit fcb0a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verticapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
__license__: str = "Apache License, Version 2.0"
__version__: str = "1.1.0-beta"
__iteration__: int = 1
__date__: str = "10252024"
__last_commit__: str = "5be735d974f824898030490d5c34a972a35bef1e"
__date__: str = "10262024"
__last_commit__: str = "b7f639eb06c697d38a6c0c93b84436e4a44b11d1"
__long_version__: str = f"{__version__}-{__iteration__}{__date__}-{__last_commit__}"
__codecov__: float = 0.84

Expand Down

0 comments on commit fcb0a01

Please sign in to comment.