1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-24 17:12:29 +00:00

Version 0.2.5 - Pypi

This commit is contained in:
J. Fernando Sánchez 2014-11-05 19:21:17 +01:00
parent 54492472ba
commit a5e79bead3
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
Sentiment analysis server in Python
'''
VERSION = "0.2.4"
VERSION = "0.2.5"
import extensions
import blueprints

View File

@ -12,7 +12,7 @@ extendable, so new algorithms and sources can be used.
author = 'J. Fernando Sanchez',
author_email = 'balkian@gmail.com',
url = 'https://github.com/balkian/senpy', # use the URL to the github repo
download_url = 'https://github.com/balkian/senpy/archive/0.2.3.tar.gz',
download_url = 'https://github.com/balkian/senpy/archive/{}.tar.gz'.format(senpy.VERSION),
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
classifiers = [],
)