Skip to content

Commit

Permalink
Merge pull request #15 from sanchit-gandhi/v0.2.0-release
Browse files Browse the repository at this point in the history
Release: v0.2.0
  • Loading branch information
sanchit-gandhi authored Jan 27, 2023
2 parents 47ee7ae + 3db3e54 commit c757285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run(self):

setup(
name="speechbox",
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)
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)
description="Speechbox",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/speechbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
# in the namespace without actually importing anything (and especially none of the backends).

__version__ = "0.1.2"
__version__ = "0.2.0"

from .utils import (is_accelerate_available, is_pyannote_available,
is_scipy_available, is_torchaudio_available,
Expand Down

0 comments on commit c757285

Please sign in to comment.