Fix version string in METADATA file am: a08e9797a4 am: 81101b759a am: 95d1bcd098
am: 37644e345a

Change-Id: I7e03bd2afab1a1744335d9eabc7fad53c9c9fcb5
diff --git a/METADATA b/METADATA
index ec746ee..45585c0 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
 name: "pyopenssl"
-description:
-    "A Python wrapper around the OpenSSL library"
-
+description: "A Python wrapper around the OpenSSL library"
 third_party {
   url {
     type: HOMEPAGE
@@ -11,7 +9,11 @@
     type: GIT
     value: "https://github.com/pyca/pyopenssl"
   }
-  version: "19.0.0 "
-  last_upgrade_date { year: 2019 month: 2 day: 26 }
+  version: "19.0.0"
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2019
+    month: 5
+    day: 13
+  }
 }