Skip to content

Commit 46ab855

Browse files
authored
Release v1.25.1 (#79)
1 parent b30f385 commit 46ab855

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(kaldifeat)
77
# remember to change the version in
88
# scripts/conda/kaldifeat/meta.yaml
99
# scripts/conda-cpu/kaldifeat/meta.yaml
10-
set(kaldifeat_VERSION "1.25.0")
10+
set(kaldifeat_VERSION "1.25.1")
1111

1212
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
1313
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")

scripts/conda-cpu/kaldifeat/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: kaldifeat
3-
version: "1.24"
3+
version: "1.25.1"
44

55
source:
66
path: "{{ environ.get('KALDIFEAT_ROOT_DIR') }}"

scripts/conda/kaldifeat/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: kaldifeat
3-
version: "1.24"
3+
version: "1.25.1"
44

55
source:
66
path: "{{ environ.get('KALDIFEAT_ROOT_DIR') }}"

0 commit comments

Comments
 (0)