REMOVE: remove sentiment_hq from text_apis by default

This commit is contained in:
Madison May
2015-06-11 19:36:55 -04:00
parent 19c00bc838
commit 17500bcfa5
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.7.2',) * 4
Version, version, __version__, VERSION = ('0.7.3',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',