We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 966040b + 0520d7c commit 2ae6042Copy full SHA for 2ae6042
setup.py
@@ -2,7 +2,6 @@
2
3
import setuptools
4
from setuptools import setup
5
-from wyoming_microsoft_stt.version import __version__
6
7
this_dir = Path(__file__).parent
8
module_dir = this_dir / "wyoming_microsoft_stt"
@@ -19,7 +18,7 @@
19
18
20
setup(
21
name="wyoming_microsoft_stt",
22
- version=__version__,
+ version="1.0.5",
23
description="Wyoming Server for Microsoft STT",
24
url="https://github.com/hugobloem/wyoming-microsoft-stt",
25
author="Hugo Bloem",
0 commit comments