Merge pull request #82 from IndicoDataSolutions/madison/add-sentimenthq

UPDATE: Tick version number and update CHANGES.txt
This commit is contained in:
Madison May
2015-07-01 15:56:49 -04:00
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -28,3 +28,4 @@ v0.7.1 Thu Jun 11 -- High quality sentiment API for private beta, fix for multi
v0.7.2 Thu Jun 11 -- Remove sentiment_hq from text apis by default
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
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.7.4',) * 4
Version, version, __version__, VERSION = ('0.7.5',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',
+1 -1
View File
@@ -9,7 +9,7 @@ except ImportError:
setup(
name="IndicoIo",
version="0.7.4",
version="0.7.5",
packages=[
"indicoio",
"indicoio.text",