Skip to content

Commit

Permalink
Increment version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Nov 17, 2017
1 parent 06af477 commit aa4b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _single_compile(obj):
distutils.ccompiler.CCompiler.compile = parallelCCompile
setup(
name="ctcdecode",
version="0.1",
version="0.3",
description="CTC Decoder for PyTorch based on Paddle Paddle's implementation",
url="https://github.com/parlance/ctcdecode",
author="Ryan Leary",
Expand Down

0 comments on commit aa4b266

Please sign in to comment.