Skip to content

Commit

Permalink
For release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Jul 19, 2022
1 parent 16b1f93 commit 51b2f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from os import path

NAME = "tb-rest-client"
VERSION = "1.3.3"
VERSION = "1.4"
REQUIRES = [
"certifi>=2017.4.17",
"python-dateutil>=2.1",
Expand All @@ -42,6 +42,6 @@
packages=find_packages(),
include_package_data=True,
long_description=long_description,
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,
python_requires=">=3.7",
)

0 comments on commit 51b2f50

Please sign in to comment.