diff --git a/CMakeLists.txt b/CMakeLists.txt index 864b3b9..1ae5f37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(pyjs VERSION 1.5.0 DESCRIPTION "pyjs") +project(pyjs VERSION 1.6.0 DESCRIPTION "pyjs") option(BUILD_RUNTIME_BROWSER "Build runtime" ON) option(WITH_NODE_TESTS "With node tests" OFF)