Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Jun 28, 2022
1 parent bd94c60 commit 84c6559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asteroid/__init__.py
Expand Up @@ -4,7 +4,7 @@
from .utils import deprecation_utils, torch_utils # noqa

project_root = str(pathlib.Path(__file__).expanduser().absolute().parent.parent)
__version__ = "0.6.0rc0"
__version__ = "0.6.0"


def show_available_models():
Expand Down

0 comments on commit 84c6559

Please sign in to comment.