FIX: Version number update 0.7.0

This commit is contained in:
Chris Lee
2015-06-09 18:35:55 -04:00
parent 5c78d5c9e9
commit 610577fc70
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ pip install indicoio
From source:
```bash
git clone https://github.com/IndicoDataSolutions/IndicoIo-python.git
git clone https://github.com/IndicoDataSolutions/IndicoIo-python.git
python setup.py install
```
@@ -62,7 +62,7 @@ Examples
>>> text_tags(test_text, top_n=1) # return only keys with top_n values
{u'startups_and_entrepreneurship': 0.21888586688354486}
>>> import numpy as np
>>> import numpy as np
>>> test_face = np.linspace(0,50,48*48).reshape(48,48).tolist()