Skip to content

Commit

Permalink
Distributing 0.2.2 to add the froac option.
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Mar 26, 2016
1 parent fb7753c commit ff0dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_install_requires():

setup(
name='lsa-program',
version='0.2.1',
version='0.2.2',
author='Oscar David Arbeláez <@odarbelaeze>, German Augusto Osorio',
author_email='odarbelaeze@gmail.com',
packages=find_packages(),
Expand All @@ -44,7 +44,7 @@ def get_install_requires():
lsaquery=lsa.scripts.query:lsaquery
''',
url='https://github.com/odarbelaeze/lsa-program',
download_url='https://github.com/odarbelaeze/lsa-program/targall/0.2.1',
download_url='https://github.com/odarbelaeze/lsa-program/targall/0.2.2',
keywords=['lsa', 'search', 'search engine', 'semantics', ],
description='A latent semantic search engine implementation',
)

0 comments on commit ff0dd70

Please sign in to comment.