release 1.1.0

This commit is contained in:
lightmare 2023-03-03 18:31:53 +00:00
parent d6c4748424
commit 2a4f9b3e40

View File

@ -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()],