mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-06-27 16:10:34 +08:00
Merge pull request #98 from IndicoDataSolutions/development
UPDATE: version number
This commit is contained in:
@@ -31,3 +31,4 @@ 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
|
||||
v0.8.1 Wed Fri 22 -- Add Sentiment HQ to predict_text API
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from functools import partial
|
||||
|
||||
Version, version, __version__, VERSION = ('0.8.0',) * 4
|
||||
Version, version, __version__, VERSION = ('0.8.1',) * 4
|
||||
|
||||
JSON_HEADERS = {
|
||||
'Content-type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user