From 8ab3348eb2246f1a77a3e6580e24b8bc596870d8 Mon Sep 17 00:00:00 2001 From: Madison May Date: Wed, 29 Apr 2015 17:01:11 -0400 Subject: [PATCH] Update version number --- indicoio/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indicoio/__init__.py b/indicoio/__init__.py index 39d7ee5..cdeea35 100644 --- a/indicoio/__init__.py +++ b/indicoio/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 652c2da..97c7172 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( license="MIT License (See LICENSE)", long_description=open("README.rst").read(), url="https://github.com/IndicoDataSolutions/indicoio-python", - author="Alec Radford, Slater Victoroff, Aidan McLaughlin, Anne Carlson", + author="Alec Radford, Slater Victoroff, Aidan McLaughlin, Madison May, Anne Carlson", author_email=""" Alec Radford , Slater Victoroff ,