Add config and rmr UTs back, fix exception memory free
[ric-plt/xapp-frame-py.git] / setup.py
index 34ccbb1..f3d0576 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="3.0.0",
+    version="3.0.1",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="O-RAN Software Community",
     description="Xapp and RMR framework for Python",