fix bug having different vnfd at nsd
[osm/LCM.git] / osm_lcm / lcm.py
index 44f2b2e..ca89b8b 100644 (file)
@@ -44,8 +44,8 @@ min_RO_version = [0, 6, 3]
 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.32'
-lcm_version_date = '2019-01-28'
+lcm_version = '0.1.33'
+lcm_version_date = '2019-01-31'
 
 
 class Lcm: