From a57e06732dfb49d872a3dd264f9676a2be745551 Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Mon, 19 Mar 2018 13:18:26 -0400 Subject: Allow unauthenticated Msg Rtr access Change-Id: Iec4ac1ce05614acb0067b45d8e141a1662bd1c9b Issue-ID: DCAEGEN2-403 Signed-off-by: Andrew Gauld --- dcaeapplib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcaeapplib/setup.py b/dcaeapplib/setup.py index 5811e42..b985be9 100644 --- a/dcaeapplib/setup.py +++ b/dcaeapplib/setup.py @@ -21,7 +21,7 @@ from setuptools import setup, find_packages setup( name='dcaeapplib', - version='0.0.4', + version='0.0.5', packages=find_packages(), author = 'Andrew Gauld', author_email = 'ag1282@att.com', -- cgit 1.2.3-korg