Skip to content

Commit c757285

Browse files
Merge pull request #15 from sanchit-gandhi/v0.2.0-release
Release: v0.2.0
2 parents 47ee7ae + 3db3e54 commit c757285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def run(self):
175175

176176
setup(
177177
name="speechbox",
178-
version="0.1.2", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
178+
version="0.2.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
179179
description="Speechbox",
180180
long_description=open("README.md", "r", encoding="utf-8").read(),
181181
long_description_content_type="text/markdown",

src/speechbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
2323
# in the namespace without actually importing anything (and especially none of the backends).
2424

25-
__version__ = "0.1.2"
25+
__version__ = "0.2.0"
2626

2727
from .utils import (is_accelerate_available, is_pyannote_available,
2828
is_scipy_available, is_torchaudio_available,

0 commit comments

Comments
 (0)