X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Fsetup.py;fp=src%2Fbindings%2Frmr-python%2Fsetup.py;h=0171edb9c4894e6775909f212335c99aec8a0415;hb=839fc1e9a0f53f3cb9e1991d364e593047656584;hp=472196e33beee42e07a54e95f6f872362a4d74a0;hpb=0949fab82cf3a6b6ff52ed3936984fb0fa486430;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/setup.py b/src/bindings/rmr-python/setup.py index 472196e..0171edb 100644 --- a/src/bindings/rmr-python/setup.py +++ b/src/bindings/rmr-python/setup.py @@ -1,6 +1,6 @@ # ================================================================================== -# Copyright (c) 2019 Nokia -# Copyright (c) 2018-2019 AT&T Intellectual Property. +# Copyright (c) 2020 Nokia +# Copyright (c) 2018-2020 AT&T Intellectual Property. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ def _long_descr(): setup( name="rmr", - version="2.2.1", + version="4.0.0", packages=find_packages(), author="Tommy Carpenter, E. Scott Daniels", description="Python wrapper for RIC RMR",