X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings%2Frmr-python%2Fsetup.py;h=1df93110e90f0ccf824b388257a649f1aafd678b;hb=refs%2Fchanges%2F66%2F666%2F2;hp=daa205ef00bd3926e7d3e72c2f2e53229b834f9c;hpb=54098f653ce4977668cc3ea9c0ce546a08ef577c;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/setup.py b/src/bindings/rmr-python/setup.py index daa205e..1df9311 100644 --- a/src/bindings/rmr-python/setup.py +++ b/src/bindings/rmr-python/setup.py @@ -29,9 +29,9 @@ def _long_descr(): setup( name="rmr", - version="0.10.3", + version="0.10.4", packages=find_packages(), - author="Tommy Carpenter", + author="Tommy Carpenter, E. Scott Daniels", description="Python wrapper for RIC RMR", url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/lib/rmr", license="Apache 2.0",