We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca78b3 commit 347d9e4Copy full SHA for 347d9e4
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='crownstone-cloud',
9
- version='1.4.4',
+ version='1.4.5',
10
long_description=long_description,
11
long_description_content_type="text/markdown",
12
url='https://github.com/crownstone/crownstone-lib-python-cloud',
@@ -15,7 +15,8 @@
15
install_requires=list(package.strip() for package in open('requirements.txt')),
16
classifiers=[
17
'Programming Language :: Python :: 3.7',
18
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
19
+ 'Programming Language :: Python :: 3.9'
20
],
21
python_requires='>=3.7',
22
)
0 commit comments