bump version

This commit is contained in:
Henning Peters 2015-12-28 09:34:39 +01:00
parent 8b61d45ed0
commit 32d655b6e1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def link(package, path):
)
def main(data_size='all', force=False):
# TODO read version from the same source as the setup
sputnik = Sputnik('spacy', '0.99.0', console=sys.stdout)
sputnik = Sputnik('spacy', '0.100.0', console=sys.stdout)
path = os.path.dirname(os.path.abspath(__file__))