From b19b9d14cd72c3b7d3f8b3c9655b087ff0392b12 Mon Sep 17 00:00:00 2001 From: abdeladim-s Date: Sat, 22 Jul 2023 11:55:56 -0400 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2392536..0b33997 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def build_extension(self, ext: CMakeExtension) -> None: # logic and declaration, and simpler if you include description/version in a file. setup( name="pywhispercpp", - version="1.1.1", + version="1.1.2", author="abdeladim-s", description="Python bindings for whisper.cpp", long_description=long_description,