1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

For pre-release

This commit is contained in:
zbeacon
2020-02-25 08:12:34 +02:00
parent a07d6d7da1
commit b5868245b2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = thingsboard-gateway
version = 2.1.0.8
version = 2.1.0.9
description = Thingsboard Gateway for IoT devices.
long_description= file: README.md
license = Apache Software License (Apache Software License 2.0)

View File

@@ -39,7 +39,7 @@ setup(
'simplejson',
'pyrsistent'
],
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.1.0.8.tar.gz',
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.1.0.9.tar.gz',
entry_points={
'console_scripts': [
'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon'