diff --git a/library.json b/library.json index f2800d4e..c17c85e7 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/theengs/decoder.git" }, - "version": "0.6.1", + "version": "0.6.2", "authors": [ { diff --git a/library.properties b/library.properties index 24f40e60..d936fc60 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TheengsDecoder -version=0.6.1 +version=0.6.2 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 13f6c108..8f6db6b1 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -project(decoder VERSION 0.6.1) +project(decoder VERSION 0.6.2) find_package(PythonExtensions REQUIRED) add_library(_decoder MODULE TheengsDecoder/_decoder.cpp ../src/decoder.cpp) diff --git a/python/setup.py b/python/setup.py index 3dbcf771..d3ee31d8 100644 --- a/python/setup.py +++ b/python/setup.py @@ -2,7 +2,7 @@ setup( name="TheengsDecoder", - version="0.6.1", + version="0.6.2", description="A message decoder for the Internet of Things", author='Theengs', license=" GPL-3.0 License",