summaryrefslogtreecommitdiffstats
path: root/dmaap/setup.py
diff options
context:
space:
mode:
authorxufeiliu <xl085b@att.com>2019-02-28 05:41:01 +0000
committerxufeiliu <xl085b@att.com>2019-02-28 05:41:23 +0000
commiteb7a73a1ed6fac775dc09dc581d11367e4262598 (patch)
tree95c516b2fb3bd140be95136a5ebeb13c414aa8cd /dmaap/setup.py
parent1bcb3352a0819764954e6f301190e1041d5afa49 (diff)
rm pkcrypto, CommonLogger.config, update version
Issue-ID: CCSDK-794 Change-Id: Iaeac587a9697945eb9525d31fa950aea3594e187 Signed-off-by: xufeiliu <xl085b@att.com>
Diffstat (limited to 'dmaap/setup.py')
-rw-r--r--dmaap/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap/setup.py b/dmaap/setup.py
index 3eb16f7..e4749c1 100644
--- a/dmaap/setup.py
+++ b/dmaap/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name = "cloudifydmaapplugin",
- version = "1.2.0+t.0.11",
+ version = "1.3.1",
packages=find_packages(),
author = "AT&T",
description = ("Cloudify plugin for creating DMaaP feeds and topics, and setting up publishers and subscribers."),