Skip to content

Commit

Permalink
Preparing new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Apr 16, 2016
1 parent 2364ab6 commit b51e7f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __getattr__(cls, name):


MOCK_MODULES = [
'enchant',
'bibtexparser',
'bson',
'click',
Expand Down Expand Up @@ -83,9 +84,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.2.1'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_install_requires():

setup(
name='lsa-program',
version='0.2.2',
version='0.3.0',
author='Oscar David Arbeláez <@odarbelaeze>, German Augusto Osorio',
author_email='odarbelaeze@gmail.com',
packages=find_packages(),
Expand All @@ -45,7 +45,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.2',
download_url='https://github.com/odarbelaeze/lsa-program/targall/0.3.0',
keywords=['lsa', 'search', 'search engine', 'semantics', ],
description='A latent semantic search engine implementation',
)

0 comments on commit b51e7f2

Please sign in to comment.