bump ver
This commit is contained in:
parent
91dfe343ed
commit
aef85ca5ec
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ from dockercloud.api.utils import Utils
|
|||
from dockercloud.api.events import Events
|
||||
from dockercloud.api.nodeaz import AZ
|
||||
|
||||
__version__ = '1.0.3'
|
||||
__version__ = '1.0.4'
|
||||
|
||||
dockercloud_auth = os.environ.get('DOCKERCLOUD_AUTH')
|
||||
basic_auth = auth.load_from_file("~/.docker/config.json")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
future==0.15.0
|
||||
requests==2.7.0
|
||||
six==1.9.0
|
||||
websocket-client==0.36.0
|
||||
websocket-client==0.37.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue