diff --git a/CMakeLists.txt b/CMakeLists.txt index deed19f..19190a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(libicsneo VERSION 0.1.1) +project(libicsneo VERSION 0.2.0) option(BUILD_TESTS "Build all tests." OFF) diff --git a/docs/conf.py b/docs/conf.py index c4c779d..26065fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,9 +72,9 @@ author = 'Intrepid Control Systems, Inc.' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.0 ' +release = '0.2.0 ' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.