diff --git a/library.json b/library.json index 0ee70fc9..18b5bc13 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/theengs/decoder.git" }, - "version": "1.9.5", + "version": "1.9.6", "authors": [ { diff --git a/library.properties b/library.properties index ef27d6a4..04094083 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TheengsDecoder -version=1.9.5 +version=1.9.6 author=Florian Robert, Ryan Powell maintainer=Florian Robert sentence=A simple, efficient, portable and lightweight library for Internet of Things messages decoding. diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 07979958..29e3fb95 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(decoder VERSION 1.9.5) +project(decoder VERSION 1.9.6) find_package(PythonExtensions REQUIRED) add_library(_decoder MODULE TheengsDecoder/_decoder.cpp src/decoder.cpp)