We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f966bb8 commit 7c7b9c8Copy full SHA for 7c7b9c8
requirements.txt
@@ -1,7 +1,7 @@
1
appnope==0.1.3
2
asttokens==2.2.1
3
backcall==0.2.0
4
-cffi==1.15.1
+cffi==1.17.1
5
click==8.1.3
6
comm==0.1.3
7
cryptography==40.0.2
setup.py
@@ -28,7 +28,7 @@ def run(self):
28
29
setup(
30
name="azpype",
31
- version="0.4.3",
+ version="0.4.4",
32
description="A native Python interface wrapping AzCopy for bulk data transfer to and from Azure Blob Storage.",
33
long_description=open('README.md', encoding="UTF-8").read(),
34
long_description_content_type='text/markdown',
0 commit comments