Skip to content

Commit e85f646

Browse files
committed
Update version to 0.5.0
1 parent 40aa643 commit e85f646

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/theengs/decoder.git"
99
},
10-
"version": "0.4.0",
10+
"version": "0.5.0",
1111
"authors":
1212
[
1313
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TheengsDecoder
2-
version=0.4.0
2+
version=0.5.0
33
author=Florian Robert, Ryan Powell
44
maintainer=Florian Robert
55
sentence=A simple, efficient, portable and lightweight library for Internet of Things messages decoding.

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.3)
22

3-
project(decoder VERSION 0.4.0)
3+
project(decoder VERSION 0.5.0)
44
find_package(PythonExtensions REQUIRED)
55

66
add_library(_decoder MODULE TheengsDecoder/_decoder.cpp ../src/decoder.cpp)

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="TheengsDecoder",
5-
version="0.4.0",
5+
version="0.5.0",
66
description="A message decoder for the Internet of Things",
77
author='Theengs',
88
license=" GPL-3.0 License",

0 commit comments

Comments
 (0)