bug 585 change charm model to nsr_id. Create/Delete model name

Change-Id: Ie8b828b8ff91315fa498395fea68ca8148d9cf1e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py
index 11447c2..c4e5eed 100644
--- a/osm_lcm/lcm.py
+++ b/osm_lcm/lcm.py
@@ -46,8 +46,8 @@
 min_n2vc_version = "0.0.2"
 min_common_version = "0.1.19"
 # uncomment if LCM is installed as library and installed, and get them from __init__.py
-lcm_version = '0.1.36'
-lcm_version_date = '2019-04-22'
+lcm_version = '0.1.37'
+lcm_version_date = '2019-04-30'
 health_check_file = path.expanduser("~") + "/time_last_ping"   # TODO find better location for this file