X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=db13d4063f9f6afe88297498462b483a5b4b0238;hb=78ba273b279a7e7af6dba811a29746b881a53a8e;hp=4401c1089aac5a6baa5e2ab0ddc6bff2f3c38603;hpb=445221bb8e531d77aad987b936b30d385521134f;p=ric-plt%2Fa1.git diff --git a/setup.py b/setup.py index 4401c10..db13d40 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages setup( name="a1", - version="2.1.2", + version="2.1.3", packages=find_packages(exclude=["tests.*", "tests"]), author="Tommy Carpenter", description="RIC A1 Mediator for policy/intent changes",