diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | setup.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>configbinding</artifactId> <name>dcaegen2-platform-configbinding</name> - <version>1.3.1</version> + <version>1.3.2</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -23,8 +23,8 @@ from pip.download import PipSession setup( name='config_binding_service', - version='1.3.1', - packages=find_packages(), + version='1.3.2', + packages=find_packages(exclude=["tests.*", "tests"]), author = "Tommy Carpenter", author_email = "tommy@research.att.com", description='Service to fetch and bind configurations', |