Skip to content

Commit

Permalink
Release v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 31, 2021
1 parent 90f8245 commit ec66d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(kaldifeat)

# remember to change the version in
# scripts/conda/kaldifeat/meta.yaml
set(kaldifeat_VERSION "1.8")
set(kaldifeat_VERSION "1.9")

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldifeat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kaldifeat
version: "1.8"
version: "1.9"

source:
path: "{{ environ.get('KALDIFEAT_ROOT_DIR') }}"
Expand Down

0 comments on commit ec66d87

Please sign in to comment.