Skip to content

Commit 9f5a6c3

Browse files
committed
bump version
1 parent cf3a8a9 commit 9f5a6c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def find_version(*file_paths):
7777

7878
name='wav2vec2_stt',
7979
version=version,
80-
# description='wav2vec2_stt',
80+
description='Simple Python library, distributed via binary wheels with few direct dependencies, for easily using wav2vec 2.0 models for speech recognition.',
8181
long_description=long_description,
8282
long_description_content_type='text/markdown',
8383
url='https://github.com/daanzu/wav2vec2_stt',
@@ -90,7 +90,7 @@ def find_version(*file_paths):
9090
# 3 - Alpha
9191
# 4 - Beta
9292
# 5 - Production/Stable
93-
'Development Status :: 5 - Production/Stable',
93+
'Development Status :: 4 - Beta',
9494
'Intended Audience :: Developers',
9595
'License :: OSI Approved :: GNU Affero General Public License v3',
9696
'Programming Language :: Python :: 3',

wav2vec2_stt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
_name = 'wav2vec2_stt'
8-
__version__ = '0.1.0'
8+
__version__ = '0.2.0'
99
__author__ = 'David Zurow'
1010
__license__ = 'AGPL-3.0'
1111

0 commit comments

Comments
 (0)