From 9673401552409269bd3d168fa1892f0ea1a778a5 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 18 Aug 2021 21:46:29 +0800 Subject: [PATCH] Release v1.5 --- .github/workflows/publish_to_pypi.yml | 2 -- CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 6461b63..e0d7b1f 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -20,8 +20,6 @@ on: push: tags: - '*' - branches: - - torch-1.7.1 jobs: pypi: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0972645..0b2d32b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR) project(kaldifeat) -set(kaldifeat_VERSION "1.5.1.dev") +set(kaldifeat_VERSION "1.5") set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")