Skip to content

Commit

Permalink
Merge pull request #9 from pzelasko/release-v0.5
Browse files Browse the repository at this point in the history
Release v0.5
  • Loading branch information
pzelasko authored Oct 4, 2022
2 parents 77028e8 + ea52b58 commit bc6a31f
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 @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(kaldialign CXX)

# Please remember to also change line 3 of ./scripts/conda/kaldialign/meta.yaml
set(KALDIALIGN_VERSION "0.4")
set(KALDIALIGN_VERSION "0.5")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldialign/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kaldialign
version: "0.4"
version: "0.5"

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

0 comments on commit bc6a31f

Please sign in to comment.