We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94c60 commit 84c6559Copy full SHA for 84c6559
asteroid/__init__.py
@@ -4,7 +4,7 @@
4
from .utils import deprecation_utils, torch_utils # noqa
5
6
project_root = str(pathlib.Path(__file__).expanduser().absolute().parent.parent)
7
-__version__ = "0.6.0rc0"
+__version__ = "0.6.0"
8
9
10
def show_available_models():
0 commit comments