Skip to content

Commit

Permalink
version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinoMensio committed Jan 29, 2020
1 parent 1edd70f commit 3eca1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build_use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cp meta/meta.json use_model/meta.json
# create the package
mkdir -p use_package
python -m spacy package use_model use_package --force
pushd use_package/en_use-0.1.0
pushd use_package/en_use-0.1.1
# zip it
python setup.py sdist
# install the tar.gz from dist/en_use-0.1.0.tar.gz
pip install dist/en_use-0.1.0.tar.gz
# install the tar.gz from dist/en_use-0.1.1.tar.gz
pip install dist/en_use-0.1.1.tar.gz
popd
2 changes: 1 addition & 1 deletion meta/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lang": "en",
"name": "use",
"version": "0.1.0",
"version": "0.1.1",
"spacy_version": ">=2.2.3",
"description": "Using TFHub USE",
"author": "Martino Mensio",
Expand Down

0 comments on commit 3eca1b2

Please sign in to comment.