Skip to content

Commit c19c36c

Browse files
authored
Merge pull request #53 from laincloud/fix-lain-test
lain test后不应该commit
2 parents 90385bf + 41e44a6 commit c19c36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lain_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = '2.3.9'
4+
__version__ = '2.3.10'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'requests>=2.6.1',
1616
'tabulate==0.7.5',
1717
'entryclient>=2.3.2',
18-
'lain-sdk>=2.3.9',
18+
'lain-sdk>=2.4.1',
1919
'pytest',
2020
]
2121

0 commit comments

Comments
 (0)