We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8f217 commit ad37721Copy full SHA for ad37721
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.0rc2"
+__version__ = "0.4.0rc3"
8
9
10
def show_available_models():
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-asteroid_version = "0.4.0rc2"
+asteroid_version = "0.4.0rc3"
with open("README.md", encoding="utf-8") as fh:
long_description = fh.read()
0 commit comments