Skip to content

Commit

Permalink
Merge pull request #6 from upstash/bump_0.1.3
Browse files Browse the repository at this point in the history
bump version to 0.1.3 and alpha status
  • Loading branch information
burak-upstash authored Jan 17, 2024
2 parents 30ee3a3 + 97eeff0 commit 6c09877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upstash-vector"
version = "0.1.2"
version = "0.1.3"
description = "Serverless Vector SDK from Upstash"
license = "MIT"
authors = ["Upstash <[email protected]>"]
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/upstash/vector-py"
keywords = ["Upstash Vector", "Serverless Vector"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
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.2"
__version__ = "0.1.3"

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

0 comments on commit 6c09877

Please sign in to comment.