diff --git a/setup.py b/setup.py index ae5643a..ba8913c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='SPLAT-library', - version='0.2.0', + version='0.2.1', description='Speech Processing & Linguistic Analysis Tool', long_description="SPLAT is a command-line application designed to make it easy for linguists (both computer-oriented and non-computer-oriented) to use the Natural Language Tool Kit (NLTK) for analyzing virtually any text file.\n\nSPLAT is designed to help you gather linguistic features from text files and it is assumed that most input files will not be already annotated. In order for SPLAT to function properly, you should ensure that the input files that you provide do not contain any annotations. Because there are so many variations of linguistic annotation schemes, it would simply be impossible to account for all of them in the initial parsing of input files; it is easier for you to remove any existing annotations than it is for me to do so.", url='http://splat-library.org', @@ -24,7 +24,7 @@ 'splat.tag', 'splat.tokenizers' ], - download_url='https://github.com/meyersbs/SPLAT/archive/v0.2.0.tar.gz', + download_url='https://github.com/meyersbs/SPLAT/archive/v0.2.1.tar.gz', requires=['matplotlib', 'nltk'], classifiers=[ 'Development Status :: 3 - Alpha',