summaryrefslogtreecommitdiffstats
path: root/python-dockering/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-dockering/setup.py')
-rw-r--r--python-dockering/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-dockering/setup.py b/python-dockering/setup.py
index 1c51ab9..418403e 100644
--- a/python-dockering/setup.py
+++ b/python-dockering/setup.py
@@ -23,7 +23,7 @@ from setuptools import setup
setup(
name='python-dockering',
description='Library used to manage Docker containers in DCAE',
- version="1.2.0",
+ version="1.3.0",
author="Michael Hwang",
email="dcae@lists.openecomp.org",
packages=['dockering'],