Skip to content

Commit

Permalink
Merge pull request #893 from vespa-engine/thomasht86/release-0.47.0
Browse files Browse the repository at this point in the history
Release `0.47.0`
  • Loading branch information
thomasht86 authored Aug 26, 2024
2 parents b7339a8 + e3ffdcc commit 7a2831c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyvespa"
version = "0.46.0"
version = "0.47.0"
description = "Python API for vespa.ai"
readme = "README.md"
keywords = ["vespa", "search engine", "data science"]
Expand Down
2 changes: 1 addition & 1 deletion vespa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

__version__ = "0.46.0"
__version__ = "0.47.0"

0 comments on commit 7a2831c

Please sign in to comment.