Skip to content

Commit 0e3b7ff

Browse files
committed
Bump version
1 parent cd116aa commit 0e3b7ff

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
@@ -140,7 +140,7 @@
140140

141141
setup(
142142
name="txtai",
143-
version="9.6.0",
143+
version="9.7.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.6.0"
6+
__version__ = "9.7.0"

0 commit comments

Comments
 (0)