From 4d16677a68724dbd06601841bf4862e1550a8d51 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Mon, 9 Sep 2019 19:54:57 -0700 Subject: [PATCH] Fix PyPI version in readme. (#5662) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 13d1c1bd3..466e5a44d 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ .. image:: https://readthedocs.org/projects/ray/badge/?version=latest :target: http://ray.readthedocs.io/en/latest/?badge=latest -.. image:: https://img.shields.io/badge/pypi-0.7.1-blue.svg +.. image:: https://img.shields.io/badge/pypi-0.7.4-blue.svg :target: https://pypi.org/project/ray/ |