Skip to content

Commit 347d9e4

Browse files
committed
Bump version to 1.4.5
1 parent 3ca78b3 commit 347d9e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='crownstone-cloud',
9-
version='1.4.4',
9+
version='1.4.5',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url='https://github.com/crownstone/crownstone-lib-python-cloud',
@@ -15,7 +15,8 @@
1515
install_requires=list(package.strip() for package in open('requirements.txt')),
1616
classifiers=[
1717
'Programming Language :: Python :: 3.7',
18-
'Programming Language :: Python :: 3.8'
18+
'Programming Language :: Python :: 3.8',
19+
'Programming Language :: Python :: 3.9'
1920
],
2021
python_requires='>=3.7',
2122
)

0 commit comments

Comments
 (0)