From 5728aef01fe2dfb1308824cfb22617de8589cc3c Mon Sep 17 00:00:00 2001 From: Alvin Wan Date: Thu, 16 Jul 2015 17:21:13 -0700 Subject: [PATCH] fixed version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb712938..28a21b537 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ data tools for UC Berkeley's Data Science 10 course Use pip. The latest version is v0.1 ``` -pip install git+git://github.com/alvinwan/datatools.git@v01 +pip install git+git://github.com/alvinwan/datatools.git@v0.1 ``` If you clone this repository, you may run tests against datatools. @@ -18,4 +18,4 @@ If you clone this repository, you may run tests against datatools. python setup.py test ``` -If you encounter an `Image not found` error on **Mac OSX**, you may need an [XQuartz upgrade](http://xquartz.macosforge.org/landing/). \ No newline at end of file +If you encounter an `Image not found` error on **Mac OSX**, you may need an [XQuartz upgrade](http://xquartz.macosforge.org/landing/).