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(
|
setup(
|
||||||
name='whispercpp',
|
name='whispercpp',
|
||||||
version='1.0',
|
version='1.1.0',
|
||||||
description='Python bindings for whisper.cpp',
|
description='Python bindings for whisper.cpp - ecker edition',
|
||||||
author='Luke Southam',
|
author='lightmare',
|
||||||
author_email='luke@devthe.com',
|
author_email='',
|
||||||
libraries=[whisper_clib],
|
libraries=[whisper_clib],
|
||||||
ext_modules = cythonize("whispercpp.pyx"),
|
ext_modules = cythonize("whispercpp.pyx"),
|
||||||
include_dirs = ['./whisper.cpp/', numpy.get_include()],
|
include_dirs = ['./whisper.cpp/', numpy.get_include()],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user