From e1037a6aecba2c8b8196176c95b10c3a30c44c8e Mon Sep 17 00:00:00 2001
From: Yifei Feng <yifeif@google.com>
Date: Thu, 9 Apr 2020 17:26:20 -0700
Subject: [PATCH] Add pypi version and supported python version to README.md on
 GitHub.

PiperOrigin-RevId: 305794010
Change-Id: I71625591031847bba0ce3a7fe128b08417ca754f
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 05ddb90fabc..27032043e07 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
   <img src="https://www.tensorflow.org/images/tf_logo_social.png">
 </div>
 
+[![Python](https://img.shields.io/pypi/pyversions/tensorflow.svg?style=plastic)](https://badge.fury.io/py/tensorflow)
+[![PyPI](https://badge.fury.io/py/tensorflow.svg)](https://badge.fury.io/py/tensorflow)
+
+
 **`Documentation`** |
 ------------------- |
 [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/) |