Skip to content

Commit

Permalink
Merge pull request #13 from upstash/bump_0.1.6
Browse files Browse the repository at this point in the history
bump version to 0.1.6
  • Loading branch information
burak-upstash committed Jan 27, 2024
2 parents 9acf00e + 240af27 commit f56e7c1
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upstash-vector"
version = "0.1.5"
version = "0.1.6"
description = "Serverless Vector SDK from Upstash"
license = "MIT"
authors = ["Upstash <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion upstash_vector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

from upstash_vector.client import Index, AsyncIndex
from upstash_vector.types import Vector
Expand Down

0 comments on commit f56e7c1

Please sign in to comment.