Fix building wheels for Linux (#240)

This commit is contained in:
Fangjun Kuang
2023-08-07 20:16:05 +08:00
committed by GitHub
parent f7c05b1570
commit 6235cb9f1b
3 changed files with 109 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "1.6.0")
set(SHERPA_ONNX_VERSION "1.6.1")
# Disable warning about
#