Skip to content

Commit ad37721

Browse files
committed
Release v0.4.0rc3
1 parent cd8f217 commit ad37721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asteroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .utils import deprecation_utils, torch_utils # noqa
55

66
project_root = str(pathlib.Path(__file__).expanduser().absolute().parent.parent)
7-
__version__ = "0.4.0rc2"
7+
__version__ = "0.4.0rc3"
88

99

1010
def show_available_models():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
asteroid_version = "0.4.0rc2"
3+
asteroid_version = "0.4.0rc3"
44

55
with open("README.md", encoding="utf-8") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)