We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b1f93 commit 51b2f50Copy full SHA for 51b2f50
setup.py
@@ -18,7 +18,7 @@
18
from os import path
19
20
NAME = "tb-rest-client"
21
-VERSION = "1.3.3"
+VERSION = "1.4"
22
REQUIRES = [
23
"certifi>=2017.4.17",
24
"python-dateutil>=2.1",
@@ -42,6 +42,6 @@
42
packages=find_packages(),
43
include_package_data=True,
44
long_description=long_description,
45
- download_url='https://github.com/thingsboard/python-/archive/%s.tar.gz' % VERSION,
+ download_url='https://github.com/thingsboard/thingsboard-python-rest-client/archive/refs/tags/%s.tar.gz' % VERSION,
46
python_requires=">=3.7",
47
)
0 commit comments