Skip to content

Commit

Permalink
Release v1.24.0 (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Apr 27, 2023
1 parent a23383c commit 13675b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Build doc
shell: bash
run: |
python3 -m pip install numpy
export PYTHONPATH=$PWD/k2/python:$PWD/build/lib:$PYTHONPATH
echo "PYTHONPATH: $PYTHONPATH"
cd docs
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ message(STATUS "Enabled languages: ${languages}")

project(k2 ${languages})

set(K2_VERSION "1.23.4")
set(K2_VERSION "1.24.0")

# ----------------- Supported build types for K2 project -----------------
set(K2_ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)
Expand Down

0 comments on commit 13675b4

Please sign in to comment.