Skip to content

Commit a792173

Browse files
author
Pinecone CI
committed
[skip ci] Bump version to v8.0.0
1 parent 08c1735 commit a792173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0
1+
8.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pinecone"
3-
version = "7.3.0"
3+
version = "8.0.0"
44
description = "Pinecone client and SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -122,7 +122,7 @@ exclude = [
122122

123123
line-length = 100
124124
indent-width = 4
125-
target-version = "py310"
125+
target-version = "8.0.0"
126126

127127
[tool.ruff.lint]
128128
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)