Merge pull request #6 from LuminosoInsight/ftfy4

Clean data with ftfy v4

Former-commit-id: 4632ffb177
This commit is contained in:
Lance Nathan 2015-05-06 17:32:45 -04:00
commit 8400dee933
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class CustomDevelopCommand(develop):
self.run_command('download_db')
requirements = ['ftfy >= 3, < 4']
requirements = ['ftfy >= 4']
if sys.version_info.major == 2:
requirements.append('functools32')

View File

@ -5,7 +5,7 @@ DB_DIR = (os.environ.get('WORDFREQ_DATA')
or os.path.expanduser('~/.cache/wordfreq'))
# When the minor version number increments, the data may change.
VERSION = '0.7.0'
VERSION = '0.8.0'
MINOR_VERSION = '.'.join(VERSION.split('.')[:2])
# Put these options together to make a database filename.