diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bc833a..349c2be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.3.2) -project(libmodule VERSION 5.0.0 LANGUAGES C CXX) +project(libmodule VERSION 5.0.1 LANGUAGES C CXX) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) diff --git a/docs/conf.py b/docs/conf.py index a16ed39..5aa1a09 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,8 +23,8 @@ copyright = '2019, Federico Di Pierro' author = 'Federico Di Pierro' -version = '5.0.0' -release = '5.0.0' +version = '5.0.1' +release = '5.0.1' highlight_language = "c"