Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Nishioka committed Sep 11, 2020
1 parent aa1030c commit f872b89
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 @@ -65,7 +65,7 @@

setup(
name="warpctc_pytorch",
version="0.1.2",
version="0.1.3",
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 *

__version__ = '0.1.2'
__version__ = '0.1.3'


def _assert_no_grad(tensor):
Expand Down

0 comments on commit f872b89

Please sign in to comment.