Skip to content

Commit

Permalink
Update version to 1.4.4 in pyproject.toml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Nery de Lima Moro committed May 3, 2024
1 parent af93534 commit 2746fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "minivectordb"
version = "1.4.3"
version = "1.4.4"
authors = [
{ name="Carlo Moro", email="cnmoro@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='minivectordb',
version='1.4.3',
version='1.4.4',
author='Carlo Moro',
author_email='cnmoro@gmail.com',
description="This is a Python project aimed at extracting embeddings from textual data and performing semantic search.",
Expand Down

0 comments on commit 2746fa7

Please sign in to comment.