X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.py;fp=osm_lcm%2Flcm.py;h=a01d1883a65d1bc29c914afdb5cfbfca70f6828c;hb=8a5188754662c19e2471e5e7a1172a3bccea669e;hp=62a20548b19ba9f1868ee2552188eb8785ea6e85;hpb=35be915861daf31fe227ee1e90e063d3796d42ef;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py index 62a2054..a01d188 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.29' -lcm_version_date = '2018-12-14' +lcm_version = '0.1.30' +lcm_version_date = '2019-01-10' class Lcm: