mirror of https://github.com/explosion/spaCy.git
bump version
This commit is contained in:
parent
8b61d45ed0
commit
32d655b6e1
|
@ -36,7 +36,7 @@ def link(package, path):
|
||||||
)
|
)
|
||||||
def main(data_size='all', force=False):
|
def main(data_size='all', force=False):
|
||||||
# TODO read version from the same source as the setup
|
# 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__))
|
path = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue