From 0a782b1b6973024f2e0ba36c7083b184eb837d79 Mon Sep 17 00:00:00 2001 From: "naman.gupta" Date: Wed, 15 Dec 2021 16:45:47 +0530 Subject: [PATCH] Update container tag v1.1.0. Signed-off-by: naman.gupta Change-Id: Ib6d3a73654806820973afa77dc18dd7469218905 --- container-tag.yaml | 2 +- init/config-file.json | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index 62ee399..21fe94d 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. --- -tag: 1.0.0 \ No newline at end of file +tag: 1.1.0 diff --git a/init/config-file.json b/init/config-file.json index fdaeb3e..36885aa 100644 --- a/init/config-file.json +++ b/init/config-file.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10004", "name": "o-ran-sc/ric-app-hw-python", - "tag": "1.0.0" + "tag": "1.1.0" } } ], diff --git a/setup.py b/setup.py index 6495ec5..18aa3c9 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup( license='Apache 2.0', description="Hello World Python XAPP for O-RAN RIC Platform", long_description=read('README.md'), - author='Rahul Banerji', - author_email='r.banerji@samsung.com', + author='Naman Gupta', + author_email='naman.gupta@samsung.com', python_requires='>=3.8', install_requires=["ricxappframe>=1.1.1,<2.3.0"], entry_points={"console_scripts": ["run-hw-python.py=src.main:launchXapp"]}, # adds a magical entrypoint for Docker -- 2.16.6