Skip to content

Commit

Permalink
Merge pull request #22 from matsui528/update_version
Browse files Browse the repository at this point in the history
Updated to v0.1.11
  • Loading branch information
matsui528 authored Aug 7, 2022
2 parents 0ff430e + e05c28f commit 5c9e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanopq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["PQ", "OPQ", "DistanceTable", "nanopq_to_faiss", "faiss_to_nanopq"]
__version__ = "0.1.10"
__version__ = "0.1.11"

from .convert_faiss import faiss_to_nanopq, nanopq_to_faiss
from .opq import OPQ
Expand Down

0 comments on commit 5c9e138

Please sign in to comment.