Skip to content

Commit

Permalink
Upgrade to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao-Someki committed Oct 22, 2023
1 parent 139b347 commit 9ee5d06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://circleci.com/gh/espnet/espnet_onnx.svg?style=shield)
![](https://img.shields.io/badge/licence-MIT-blue)
[![](https://img.shields.io/badge/pypi-0.1.11-brightgreen)](https://pypi.org/project/espnet-onnx/)
[![](https://img.shields.io/badge/pypi-0.2.0-brightgreen)](https://pypi.org/project/espnet-onnx/)

**ESPnet without PyTorch!**

Expand Down
2 changes: 1 addition & 1 deletion espnet_onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from espnet_onnx.asr.asr_streaming import StreamingSpeech2Text
from espnet_onnx.tts.tts_model import Text2Speech

__version__ = "0.1.11"
__version__ = "0.2.0"
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="espnet_onnx",
version="0.1.11",
version="0.2.0",
url="https://github.com/Masao-Someki/espnet_onnx",
author="Masao Someki",
author_email="[email protected]",
Expand All @@ -35,11 +35,10 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 9ee5d06

Please sign in to comment.