Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jul 12, 2023
1 parent eb4d32c commit 465793c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/harmony/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.5.0"

# TODO: make these configurable at package level
import os
Expand All @@ -19,4 +19,4 @@
try:
from .matching.default_matcher import match_instruments
except:
print ("Warning: transformers not available. To use transformers, run pip install sentence-transformers")
print ("Warning: transformers not available. To use transformers, run pip install sentence-transformers")

0 comments on commit 465793c

Please sign in to comment.