diff --git a/README.md b/README.md index d3e8710..034f834 100644 --- a/README.md +++ b/README.md @@ -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!** diff --git a/espnet_onnx/__init__.py b/espnet_onnx/__init__.py index 3c496ef..c5215a5 100644 --- a/espnet_onnx/__init__.py +++ b/espnet_onnx/__init__.py @@ -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" diff --git a/setup.py b/setup.py index da50f81..483b062 100644 --- a/setup.py +++ b/setup.py @@ -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="masao.someki@gmail.com", @@ -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",