release 1.1.0
This commit is contained in:
parent
d6c4748424
commit
2a4f9b3e40
8
setup.py
8
setup.py
|
@ -25,10 +25,10 @@ whisper_clib = ('whisper_clib', {'sources': ['whisper.cpp/ggml.c']})
|
|||
|
||||
setup(
|
||||
name='whispercpp',
|
||||
version='1.0',
|
||||
description='Python bindings for whisper.cpp',
|
||||
author='Luke Southam',
|
||||
author_email='luke@devthe.com',
|
||||
version='1.1.0',
|
||||
description='Python bindings for whisper.cpp - ecker edition',
|
||||
author='lightmare',
|
||||
author_email='',
|
||||
libraries=[whisper_clib],
|
||||
ext_modules = cythonize("whispercpp.pyx"),
|
||||
include_dirs = ['./whisper.cpp/', numpy.get_include()],
|
||||
|
|
Loading…
Reference in New Issue
Block a user