Skip to content

Commit 64c1a5c

Browse files
committed
Bump version
1 parent b72b04a commit 64c1a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
setup(
132132
name="txtai",
133-
version="8.3.0",
133+
version="8.4.0",
134134
author="NeuML",
135135
description="All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows",
136136
long_description=DESCRIPTION,

src/python/txtai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
# Current version tag
6-
__version__ = "8.3.0"
6+
__version__ = "8.4.0"

0 commit comments

Comments
 (0)