From 3e25add9aa11625425cedd5aa971c69ef00bb0c5 Mon Sep 17 00:00:00 2001 From: zbeacon Date: Wed, 11 Mar 2020 11:25:03 +0200 Subject: [PATCH] For pre-release --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0c0497fc6..0a846411a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = thingsboard-gateway -version = 2.2.2 +version = 2.2.2.1 description = Thingsboard Gateway for IoT devices. long_description= file: README.md license = Apache Software License (Apache Software License 2.0) diff --git a/setup.py b/setup.py index f70209e8f..4d2214a68 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'pyrsistent', 'requests' ], - download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.2.tar.gz', + download_url='https://github.com/thingsboard/thingsboard-gateway/archive/2.2.2.1.tar.gz', entry_points={ 'console_scripts': [ 'thingsboard-gateway = thingsboard_gateway.tb_gateway:daemon'