Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Nishioka committed Sep 30, 2020
1 parent 63bf58a commit a986621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_binding/setup.py
Expand Up @@ -77,7 +77,7 @@ def get_cuda_version():

setup(
name="warpctc_pytorch",
version="0.1.3",
version="0.2.0",
description="Pytorch Bindings for warp-ctc maintained by ESPnet",
url="https://github.com/espnet/warp-ctc",
author=','.join([
Expand Down
2 changes: 1 addition & 1 deletion pytorch_binding/warpctc_pytorch/__init__.py
Expand Up @@ -5,7 +5,7 @@

from ._warp_ctc import * # noqa

__version__ = '0.1.3'
__version__ = '0.2.0'


def _assert_no_grad(tensor):
Expand Down

0 comments on commit a986621

Please sign in to comment.