Skip to content

Commit 51b2f50

Browse files
committed
For release 1.4
1 parent 16b1f93 commit 51b2f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from os import path
1919

2020
NAME = "tb-rest-client"
21-
VERSION = "1.3.3"
21+
VERSION = "1.4"
2222
REQUIRES = [
2323
"certifi>=2017.4.17",
2424
"python-dateutil>=2.1",
@@ -42,6 +42,6 @@
4242
packages=find_packages(),
4343
include_package_data=True,
4444
long_description=long_description,
45-
download_url='https://github.com/thingsboard/python-/archive/%s.tar.gz' % VERSION,
45+
download_url='https://github.com/thingsboard/thingsboard-python-rest-client/archive/refs/tags/%s.tar.gz' % VERSION,
4646
python_requires=">=3.7",
4747
)

0 commit comments

Comments
 (0)