Skip to content

Commit

Permalink
[install] Bump dev version 0.5.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed May 7, 2021
1 parent 6b95ab7 commit 8a18416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asteroid/__init__.py
Original file line number Diff line number Diff line change
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.5.1"
__version__ = "0.5.2dev"


def show_available_models():
Expand Down

0 comments on commit 8a18416

Please sign in to comment.