Extend class/method docs and publish as user guide
[ric-plt/xapp-frame-py.git] / setup.py
index 26640d0..5753ed5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="1.1.1",
+    version="1.1.2",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter, E. Scott Daniels",
     description="Xapp and RMR framework for python",