forgot to update version numbers

This commit is contained in:
Newmu
2014-09-25 16:12:41 -04:00
parent 067b831c6d
commit 7e3cba9fd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
Version, version, __version__, VERSION = ('0.4.3',) * 4
Version, version, __version__, VERSION = ('0.4.4',) * 4
from text.sentiment import political, posneg
from text.sentiment import posneg as sentiment
+1 -1
View File
@@ -8,7 +8,7 @@ except ImportError:
setup(
name="IndicoIo",
version='0.4.3',
version='0.4.4',
packages=[
"indicoio",
"indicoio.text",