We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464159 commit 23bbd68Copy full SHA for 23bbd68
lain_cli/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-__version__ = '2.0.4'
+__version__ = '2.0.5'
setup.py
@@ -22,7 +22,7 @@
22
'requests==2.6.0',
23
'tabulate==0.7.5',
24
'protobuf==3.0.0b3',
25
- 'entryclient==2.1.0',
+ 'entryclient==2.2.0',
26
]
27
28
setup(
@@ -32,5 +32,5 @@
32
include_package_data=True,
33
entry_points=ENTRY_POINTS,
34
install_requires=requirements,
35
- dependency_links=['https://github.com/laincloud/entry/archive/2.1.0.zip#egg=entryclient-2.1.0'],
+ dependency_links=['https://github.com/laincloud/entry/archive/2.2.0.zip#egg=entryclient-2.2.0'],
36
)
0 commit comments