mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-02 12:20:18 +08:00
Merge pull request #47 from IndicoDataSolutions/development
Update version number
This commit is contained in:
@@ -2,7 +2,7 @@ from functools import partial
|
|||||||
|
|
||||||
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
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 political, posneg
|
||||||
from indicoio.text.sentiment import posneg as sentiment
|
from indicoio.text.sentiment import posneg as sentiment
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ setup(
|
|||||||
license="MIT License (See LICENSE)",
|
license="MIT License (See LICENSE)",
|
||||||
long_description=open("README.rst").read(),
|
long_description=open("README.rst").read(),
|
||||||
url="https://github.com/IndicoDataSolutions/indicoio-python",
|
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="""
|
author_email="""
|
||||||
Alec Radford <alec@indico.io>,
|
Alec Radford <alec@indico.io>,
|
||||||
Slater Victoroff <slater@indico.io>,
|
Slater Victoroff <slater@indico.io>,
|
||||||
|
|||||||
Reference in New Issue
Block a user