Release image version 1.1.1
[ric-app/hw-python.git] / setup.py
index a11f1d0..18aa3c9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -31,10 +31,10 @@ 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,<3.1.0"],
+    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
     data_files=[("", ["LICENSE.txt"])],
 )