VERSION: 0.8.0

This commit is contained in:
Chris Lee
2015-07-10 12:32:37 -04:00
parent 511f68bad0
commit 26bbe35e3b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -30,3 +30,4 @@ v0.7.3 Wed Jun 17 -- Fixes for handling of specific image types
v0.7.4 Mon Jun 22 -- Fix for setup.py issues
v0.7.5 Wed Jul 1 -- Public access to sentimentHQ api
v0.7.6 Tue Jul 7 -- Add Keywords API
v0.8.0 Fri Jul 10 -- Add Content Filtering API, Named Entities API, Facial Emotion with Localization
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.7.6',) * 4
Version, version, __version__, VERSION = ('0.8.0',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',
+1 -1
View File
@@ -9,7 +9,7 @@ except ImportError:
setup(
name="IndicoIo",
version="0.7.6",
version="0.8.0",
packages=[
"indicoio",
"indicoio.text",