Skip to content

Commit bb1304e

Browse files
release: 9.1.0
1 parent 620933a commit bb1304e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project = "Pinecone"
99
author = "Pinecone"
10-
release = "9.0.1"
10+
release = "9.1.0"
1111

1212
extensions = [
1313
"sphinx.ext.autodoc",

pinecone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
from pinecone.models.vectors.vector import ScoredVector, Vector
208208
from pinecone.utils.filter_builder import Field, FilterBuilder
209209

210-
__version__ = "9.0.1"
210+
__version__ = "9.1.0"
211211

212212
if _os.environ.get("PINECONE_DEBUG"):
213213
import logging as _logging

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "pinecone"
7-
version = "9.0.1"
7+
version = "9.1.0"
88
description = "Pinecone Python SDK"
99
readme = "README.md"
1010
license = "Apache-2.0"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pinecone-grpc"
3-
version = "9.0.1"
3+
version = "9.1.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)