From 64c1a5c5c7516207ddbe5985cbf5bf673d0ecb77 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:15:32 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- src/python/txtai/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0b23e34aa..f0f6bc47e 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ setup( name="txtai", - version="8.3.0", + version="8.4.0", author="NeuML", description="All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows", long_description=DESCRIPTION, diff --git a/src/python/txtai/version.py b/src/python/txtai/version.py index 8ad236145..38ecdd701 100644 --- a/src/python/txtai/version.py +++ b/src/python/txtai/version.py @@ -3,4 +3,4 @@ """ # Current version tag -__version__ = "8.3.0" +__version__ = "8.4.0"