Skip to content

Commit c354216

Browse files
authored
Bump version to 0.8.0 (#46)
1 parent 22bc162 commit c354216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash-vector"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "Serverless Vector SDK from Upstash"
55
license = "MIT"
66
authors = ["Upstash <[email protected]>"]

upstash_vector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.8.0"
22

33
from upstash_vector.client import AsyncIndex, Index
44
from upstash_vector.types import Vector

0 commit comments

Comments
 (0)