Use blocking get call w/ timeout to read msg queue
[ric-plt/xapp-frame-py.git] / setup.py
index 3d2e96f..26640d0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="1.1.0",
+    version="1.1.1",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter, E. Scott Daniels",
     description="Xapp and RMR framework for python",