Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pandu-k authored Aug 3, 2023
1 parent d7341df commit a333ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/marqo/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__marqo_version__ = "1.0.0"
__marqo_version__ = "3.0.0"
__marqo_release_page__ = f"https://github.com/marqo-ai/marqo/releases/tag/{__marqo_version__}"

__minimum_supported_marqo_version__ = "3.0.0"
__minimum_supported_marqo_version__ = "1.0.0"


def supported_marqo_version() -> str:
Expand Down

0 comments on commit a333ee8

Please sign in to comment.