Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz committed Aug 4, 2023
1 parent a209023 commit 25d6522
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.1.0"
__marqo_version__ = "1.3.0"
__marqo_release_page__ = f"https://github.com/marqo-ai/marqo/releases/tag/{__marqo_version__}"

__minimum_supported_marqo_version__ = "1.0.0"
__minimum_supported_marqo_version__ = "1.1.1"


def supported_marqo_version() -> str:
Expand Down

0 comments on commit 25d6522

Please sign in to comment.