summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorshin- <joffrey@dotcloud.com>2013-08-06 20:00:44 +0200
committershin- <joffrey@dotcloud.com>2013-08-06 20:00:44 +0200
commit1b0af1d1967eabd604830b5c90fca0f31f467215 (patch)
tree3322c97293e271a2a4275716c6ff32014c1721bc /setup.py
parent17a6994e43b39d41631c6ea5f88b1d39eb019c84 (diff)
downloaddocker-py-1b0af1d1967eabd604830b5c90fca0f31f467215.tar.gz
Bumped version to 0.1.30.1.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c8eab05..e826076 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
test_requirements = []
setup(
name="docker-py",
- version='0.1.2',
+ version='0.1.3',
description="Python client for Docker.",
packages=['docker'],
install_requires=['requests', 'six'] + test_requirements,