Skip to content

Commit 7448018

Browse files
author
Jorilla Abdullaev
committed
fix: pin requirement versions and bump project version to 0.2.1
1 parent 6048bd2 commit 7448018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

77
setup_args = dict(
88
name='azure-iot-hub-api',
9-
version='0.2.0',
9+
version='0.2.1',
1010
description='Azure iot hub api with azure cli backend',
1111
long_description_content_type="text/markdown",
1212
long_description=README,
@@ -20,8 +20,8 @@
2020
)
2121

2222
install_requires = [
23-
'azure-cli',
24-
'python-dateutil'
23+
'azure-cli==2.71.0',
24+
'python-dateutil~=2.9'
2525
]
2626

2727
if __name__ == '__main__':

0 commit comments

Comments
 (0)