We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce52bf commit c545322Copy full SHA for c545322
msldap/_version.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.4.0"
+__version__ = "0.4.1"
3
__banner__ = \
4
"""
5
# msldap %s
setup.py
@@ -47,12 +47,12 @@
47
"Operating System :: OS Independent",
48
),
49
install_requires=[
50
- 'unicrypto>=0.0.8',
51
- 'asyauth>=0.0.1',
52
- 'asysocks>=0.2.0',
+ 'unicrypto>=0.0.9',
+ 'asyauth>=0.0.2',
+ 'asysocks>=0.2.1',
53
'asn1crypto>=1.3.0',
54
'minikerberos>=0.3.1',
55
- 'winacl>=0.1.2',
+ 'winacl>=0.1.4',
56
'prompt-toolkit>=3.0.2',
57
'tqdm',
58
'wcwidth',
0 commit comments