X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;fp=setup.py;h=dbd455ed35d7e380c26c2a6b0f356bc757340ecd;hb=af8b53fd50d9efeb68330ea0016e037caf2f4636;hp=d20eda606f5c58bbb4abbcbb0a4030036941ac66;hpb=42aa0da85efdd36c6d65674b8b7a5ac5c47058d1;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index d20eda6..dbd455e 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,10 @@ def _long_descr(): setup( name="ricxappframe", - version="1.4.0", + version="1.5.0", packages=find_packages(exclude=["tests.*", "tests"]), author="O-RAN Software Community", - description="Xapp and RMR framework for python", + description="Xapp and RMR framework for Python", url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-py", install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], classifiers=[