File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
2- project (libsonare VERSION 1.0.3 LANGUAGES C CXX )
2+ project (libsonare VERSION 1.0.4 LANGUAGES C CXX )
33
44set (CMAKE_CXX_STANDARD 17)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " libsonare"
7- version = " 1.0.3 "
7+ version = " 1.0.4 "
88description = " Fast audio analysis library with C++ and Python bindings"
99requires-python = " >=3.11"
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @libraz/libsonare" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "type" : " module" ,
55 "packageManager" : " yarn@4.12.0" ,
66 "description" : " Audio analysis library for music information retrieval" ,
Original file line number Diff line number Diff line change 77// Version information
88#define SONARE_VERSION_MAJOR 1
99#define SONARE_VERSION_MINOR 0
10- #define SONARE_VERSION_PATCH 3
11- #define SONARE_VERSION_STRING " 1.0.3 "
10+ #define SONARE_VERSION_PATCH 4
11+ #define SONARE_VERSION_STRING " 1.0.4 "
1212
1313// Utility
1414#include " util/exception.h"
You can’t perform that action at this time.
0 commit comments