From 7db2a48824f8e7107aefd84131be6653621f2403 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 7 Feb 2023 12:39:34 +0100 Subject: Version 1.7 --- WhisperNet/Internal/AssemblyInfo.cs | 2 +- WhisperNet/WhisperNet.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'WhisperNet') diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 1698d14..f93afea 100644 --- a/WhisperNet/Internal/AssemblyInfo.cs +++ b/WhisperNet/Internal/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright( "Copyright © const.me, 2022" )] [assembly: ComVisible( false )] [assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] -[assembly: AssemblyVersion( "1.6.0.0" )] +[assembly: AssemblyVersion( "1.7.0.0" )] [assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )] \ No newline at end of file diff --git a/WhisperNet/WhisperNet.nuspec b/WhisperNet/WhisperNet.nuspec index e9e109f..20cd623 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ WhisperNet - 1.6 + 1.7 Konstantin, const.me MPL-2.0 https://github.com/Const-me/Whisper High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model - Diarize feature, experimental + Bugfixes, API documentation Copyright © const.me, 2022-2023 whisper, gpgpu, speech recognition -- cgit v1.2.3