Skip to content

Commit 2ae6042

Browse files
authored
Update setup.py (#33)
2 parents 966040b + 0520d7c commit 2ae6042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import setuptools
44
from setuptools import setup
5-
from wyoming_microsoft_stt.version import __version__
65

76
this_dir = Path(__file__).parent
87
module_dir = this_dir / "wyoming_microsoft_stt"
@@ -19,7 +18,7 @@
1918

2019
setup(
2120
name="wyoming_microsoft_stt",
22-
version=__version__,
21+
version="1.0.5",
2322
description="Wyoming Server for Microsoft STT",
2423
url="https://github.com/hugobloem/wyoming-microsoft-stt",
2524
author="Hugo Bloem",

0 commit comments

Comments
 (0)