From 97eeff0f1a4536d45e491432fb5b737be1a83686 Mon Sep 17 00:00:00 2001 From: burak-upstash Date: Wed, 17 Jan 2024 17:43:25 +0300 Subject: [PATCH] bump version to 0.1.3 and alpha status --- pyproject.toml | 4 ++-- upstash_vector/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a548f9..46e7b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -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", diff --git a/upstash_vector/__init__.py b/upstash_vector/__init__.py index cd9c141..2a82fda 100644 --- a/upstash_vector/__init__.py +++ b/upstash_vector/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" from upstash_vector.client import Index from upstash_vector.types import Vector