From 6520724545b7ddd20461c138ce5d367044c188ff Mon Sep 17 00:00:00 2001 From: shreehari-aiplaneet Date: Wed, 11 Oct 2023 18:53:02 +0530 Subject: [PATCH] Setup release 0.2.4 --- genai_stack/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genai_stack/__init__.py b/genai_stack/__init__.py index 2cb310a7..941f1e11 100644 --- a/genai_stack/__init__.py +++ b/genai_stack/__init__.py @@ -2,7 +2,7 @@ __author__ = """AI Planet Tech Team""" __email__ = "support@aiplanet.com" -__version__ = "0.2.3" +__version__ = "0.2.4" import os diff --git a/pyproject.toml b/pyproject.toml index be5a042b..a01b4804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ convention = "google" [tool.poetry] name = "genai_stack" -version = "0.2.3" +version = "0.2.4" description = "End-to-End Secure & Private Generative AI for All" authors = ["GenAI Stack Authors "] repository = "https://github.com/aiplanethub/genai-stack"