Skip to content

Commit cfbf235

Browse files
committed
Bump version
1 parent c10a042 commit cfbf235

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

141141
setup(
142142
name="txtai",
143-
version="9.8.0",
143+
version="9.9.0",
144144
author="NeuML",
145145
description="All-in-one open-source AI framework for semantic search, LLM orchestration and language model workflows",
146146
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__ = "9.8.0"
6+
__version__ = "9.9.0"

0 commit comments

Comments
 (0)