Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Mar 11, 2022
1 parent a86e161 commit 4856956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

setup(
name="txtai",
version="4.4.0",
version="4.3.1",
author="NeuML",
description="Build AI-powered semantic search applications",
long_description=DESCRIPTION,
Expand Down
2 changes: 1 addition & 1 deletion src/python/txtai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
logging.basicConfig(format="%(asctime)s [%(levelname)s] %(funcName)s: %(message)s")

# Current version tag
__version__ = "4.4.0"
__version__ = "4.3.1"

0 comments on commit 4856956

Please sign in to comment.