Skip to content

Commit 179f9c2

Browse files
committed
For release
1 parent d4f6527 commit 179f9c2

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
@@ -22,7 +22,7 @@
2222
with open(path.join(this_directory, 'README.md')) as f:
2323
long_description = f.read()
2424

25-
VERSION = "1.3"
25+
VERSION = "1.4"
2626

2727
setup(
2828
version=VERSION,
@@ -34,7 +34,7 @@
3434
url="https://github.com/thingsboard/thingsboard-python-client-sdk",
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",
37-
python_requires=">=3.6",
37+
python_requires=">=3.7",
3838
packages=["."],
3939
install_requires=['paho-mqtt', 'requests', 'mmh3', 'simplejson'],
4040
download_url='https://github.com/thingsboard/thingsboard-python-client-sdk/archive/%s.tar.gz' % VERSION)

0 commit comments

Comments
 (0)