Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Agundez committed Apr 24, 2023
1 parent 3340e74 commit ce1f3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chunkdot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from chunkdot.chunkdot import chunkdot
from chunkdot.cosine_similarity_top_k import cosine_similarity_top_k

__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chunkdot"
version = "0.2.1"
version = "0.2.2"
description = "Multi-threaded matrix multiplication and cosine similarity calculations."
authors = ["Rodrigo Agundez <rragundez@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit ce1f3ba

Please sign in to comment.