Skip to content

Commit

Permalink
Merge #914
Browse files Browse the repository at this point in the history
914: Update version for the next release (v0.29.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-python to a new version: "v0.29.0"

New minor because new "big" addition -> new method `create_snapshot` in https://github.com/meilisearch/meilisearch-python/pull/885/files


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Jan 15, 2024
2 parents 6de359d + 13e9fee commit 61c6f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.28.4"
__version__ = "0.29.0"


def qualified_version() -> str:
Expand Down

0 comments on commit 61c6f33

Please sign in to comment.