diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-07 16:00:09 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-07 17:30:55 -0400 |
commit | f5ce303053c5560455572e39e1dbe6e5e7bf4c15 (patch) | |
tree | f2ce965381c793a56e73d69bea0f8f23cee5c6f8 /python-dockering/setup.py | |
parent | 5bc79f46cdbc93188c1fc47d73c02bba47ac3d07 (diff) |
Add in functionality for policy notification
Change-Id: I4ef4bc9c35266814f226cbad13c55d11901c8e79
Issue-Id: DCAEGEN2-97
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'python-dockering/setup.py')
-rw-r--r-- | python-dockering/setup.py | 2 |
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'], |