Skip to content

Commit 5c7566f

Browse files
committed
Release v1.21
1 parent a1f252c commit 5c7566f

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.20")
10+
set(kaldifeat_VERSION "1.21")
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.20"
3+
version: "1.21"
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.20"
3+
version: "1.21"
44

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

0 commit comments

Comments
 (0)