Update version number

This commit is contained in:
Madison May
2015-04-29 17:02:08 -04:00
parent 690795b32c
commit 8ab3348eb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from functools import partial
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
Version, version, __version__, VERSION = ('0.5.2',) * 4
Version, version, __version__, VERSION = ('0.5.3',) * 4
from indicoio.text.sentiment import political, posneg
from indicoio.text.sentiment import posneg as sentiment