X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;h=d967c03854436ea3b39770330a99d529ed74867d;hb=da96482b5a0f4e2ad433f9ddd8a951eb59b322ba;hp=a01d1883a65d1bc29c914afdb5cfbfca70f6828c;hpb=0f389ce590de69384568bc07ae49558237f4a9cd;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index a01d188..d967c03 100644 --- a/osm_lcm/lcm.py +++ b/osm_lcm/lcm.py @@ -44,8 +44,8 @@ min_RO_version = [0, 6, 0] min_n2vc_version = "0.0.2" min_common_version = "0.1.11" # uncomment if LCM is installed as library and installed, and get them from __init__.py -lcm_version = '0.1.30' -lcm_version_date = '2019-01-10' +lcm_version = '0.1.31' +lcm_version_date = '2019-01-16' class Lcm: