add version
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import pathlib
|
||||
from setuptools import find_packages, setup
|
||||
from mypackage.__version__ import __version__
|
||||
|
||||
|
||||
# The directory containing this file
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
@@ -9,7 +11,7 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
# This call to setup() does all the work
|
||||
setup(name="whisper-live",
|
||||
version="0.0.6",
|
||||
version=__version__,
|
||||
description="A nearly-live implementation of OpenAI's Whisper.",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user