Switch to py38, latest go builder
[ric-plt/xapp-frame-py.git] / setup.py
index 89872cd..8f57312 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="0.4.0",
+    version="0.4.1",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter",
     description="Xapp framework for python",
@@ -42,7 +42,6 @@ setup(
         "Development Status :: 4 - Beta",
         "Intended Audience :: Telecommunications Industry",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.7",
         "License :: OSI Approved :: Apache Software License",
         "Operating System :: POSIX :: Linux",
         "Topic :: Communications",