We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90385bf + 41e44a6 commit c19c36cCopy full SHA for c19c36c
lain_cli/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-__version__ = '2.3.9'
+__version__ = '2.3.10'
setup.py
@@ -15,7 +15,7 @@
15
'requests>=2.6.1',
16
'tabulate==0.7.5',
17
'entryclient>=2.3.2',
18
- 'lain-sdk>=2.3.9',
+ 'lain-sdk>=2.4.1',
19
'pytest',
20
]
21
0 commit comments