bump version

This commit is contained in:
Henning Peters 2015-12-28 13:53:26 +01:00
parent 32d655b6e1
commit 1c4352c42e
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ plac
six six
ujson ujson
cloudpickle cloudpickle
sputnik == 0.6.3 sputnik == 0.6.4

View File

@ -271,7 +271,7 @@ def setup_package():
ext_modules=ext_modules, ext_modules=ext_modules,
install_requires=['numpy', 'murmurhash == 0.26', 'cymem == 1.30', 'preshed == 0.46.1', install_requires=['numpy', 'murmurhash == 0.26', 'cymem == 1.30', 'preshed == 0.46.1',
'thinc == 4.1.0', 'text_unidecode', 'plac', 'six', 'thinc == 4.1.0', 'text_unidecode', 'plac', 'six',
'ujson', 'cloudpickle', 'sputnik == 0.6.2'], 'ujson', 'cloudpickle', 'sputnik == 0.6.4'],
cmdclass = { cmdclass = {
'build_ext': build_ext_subclass}, 'build_ext': build_ext_subclass},
) )