Skip to content

Commit

Permalink
Update version to 0.6.1 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Jul 28, 2022
1 parent dba99b1 commit b752cfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/theengs/decoder.git"
},
"version": "0.6.0",
"version": "0.6.1",
"authors":
[
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TheengsDecoder
version=0.6.0
version=0.6.1
author=Florian Robert, Ryan Powell
maintainer=Florian Robert
sentence=A simple, efficient, portable and lightweight library for Internet of Things messages decoding.
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

project(decoder VERSION 0.6.0)
project(decoder VERSION 0.6.1)
find_package(PythonExtensions REQUIRED)

add_library(_decoder MODULE TheengsDecoder/_decoder.cpp ../src/decoder.cpp)
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="TheengsDecoder",
version="0.6.0",
version="0.6.1",
description="A message decoder for the Internet of Things",
author='Theengs',
license=" GPL-3.0 License",
Expand Down

0 comments on commit b752cfc

Please sign in to comment.