From a1f954387799ebae011371fc9560d64efedf5686 Mon Sep 17 00:00:00 2001 From: Ofer Mendelevitch Date: Fri, 20 Dec 2024 19:08:31 -0800 Subject: [PATCH] version bump (#42) --- setup.py | 2 +- vectara_agentic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 603db78..66d4b2f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read_requirements(): setup( name="vectara_agentic", - version="0.1.21", + version="0.1.22", author="Ofer Mendelevitch", author_email="ofer@vectara.com", description="A Python package for creating AI Assistants and AI Agents with Vectara", diff --git a/vectara_agentic/__init__.py b/vectara_agentic/__init__.py index 6c793f0..e6f77e9 100644 --- a/vectara_agentic/__init__.py +++ b/vectara_agentic/__init__.py @@ -3,7 +3,7 @@ """ # Define the package version -__version__ = "0.1.21" +__version__ = "0.1.22" # Import classes and functions from modules # from .module1 import Class1, function1