diff --git a/CMakeLists.txt b/CMakeLists.txt index 2383f4f..dca655f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.11...3.18) -project(cpphots VERSION 0.5.0 +project(cpphots VERSION 0.6.0 LANGUAGES CXX) # C++ version diff --git a/docs/conf.py b/docs/conf.py index 8c2508b..b1851e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ def configureDoxyfile(input_dir, output_dir): author = 'Lorenzo Vannucci' # project version -release = '0.5.0' +release = '0.6.0' # -- General configuration ---------------------------------------------------