Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit aef85ca

Browse files
committed
bump ver
1 parent 91dfe34 commit aef85ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockercloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from dockercloud.api.events import Events
2626
from dockercloud.api.nodeaz import AZ
2727

28-
__version__ = '1.0.3'
28+
__version__ = '1.0.4'
2929

3030
dockercloud_auth = os.environ.get('DOCKERCLOUD_AUTH')
3131
basic_auth = auth.load_from_file("~/.docker/config.json")

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
future==0.15.0
22
requests==2.7.0
33
six==1.9.0
4-
websocket-client==0.36.0
4+
websocket-client==0.37.0

0 commit comments

Comments
 (0)