compat: Update forward compatibility horizon to 2019-02-03

PiperOrigin-RevId: 232171049
diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py
index 27d4aba..104dc39 100644
--- a/tensorflow/python/compat/compat.py
+++ b/tensorflow/python/compat/compat.py
@@ -27,7 +27,7 @@
 from tensorflow.python.util import tf_contextlib
 from tensorflow.python.util.tf_export import tf_export
 
-_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 2)
+_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2019, 2, 3)
 
 
 @tf_export("compat.forward_compatible")