We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2660a9 commit 62b7c44Copy full SHA for 62b7c44
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.4.5rc0"
+__version__ = "0.4.5"
8
9
10
def show_available_models():
0 commit comments