Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 27, 2023
1 parent 73c0792 commit 131736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signature_mahalanobis_knn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import annotations

__version__ = "0.0.1"
__version__ = "0.0.2"

from .mahal_distance import Mahalanobis
from .sig_mahal_knn import SignatureMahalanobisKNN
Expand Down

0 comments on commit 131736b

Please sign in to comment.