Skip to content

Commit

Permalink
v2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-clarifai committed Feb 1, 2017
1 parent c56970c commit c0c61a3
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 53 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
---------------------
Unzip the package to somewhere then run setup.py to install:
```
pip install clarifai==2.0.17
pip install clarifai==2.0.18
```


Expand Down Expand Up @@ -53,5 +53,5 @@ app.tag_urls(['https://samples.clarifai.com/metro-north.jpg'])

Documentations
---------------------
Read more code examples and references at https://sdk.clarifai.com/python/docs/2.0.17/index.html
Read more code examples and references at https://sdk.clarifai.com/python/docs/2.0.18/index.html

1 change: 1 addition & 0 deletions clarifai/rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
from .client import Model, Image, Concept
from .client import InputSearchTerm, OutputSearchTerm, SearchQueryBuilder
from .client import Geo, GeoPoint, GeoBox, GeoLimit
from .client import ApiStatus
Loading

0 comments on commit c0c61a3

Please sign in to comment.