diff --git a/setup.py b/setup.py index db1302070..799769fcf 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ setup( name="txtai", - version="8.1.0", + version="8.2.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 12edd0561..30a9ec5d7 100644 --- a/src/python/txtai/version.py +++ b/src/python/txtai/version.py @@ -3,4 +3,4 @@ """ # Current version tag -__version__ = "8.1.0" +__version__ = "8.2.0"