Skip to content

Commit

Permalink
Fix version script and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Jul 12, 2021
1 parent e045afc commit 9abe518
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions scripts/update_all_version.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for f in src/*/setup.py; do
echo "Processing $f"
sed -r -i "" "s/version=\"[0-9A-Za-z\.]+\",/version=\"$1\",/1" $f
done
sed -r -i"" "s/version=\"[0-9A-Za-z\.]+\",/version=\"$1\",/1" $f
done
2 changes: 1 addition & 1 deletion src/allennlp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.allennlp",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/allennlp",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/elastic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.elastic",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/elastic",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/faiss/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.faiss",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/faiss",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/gpt2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.gpt2",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/gpt2",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/huggingface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.huggingface",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/huggingface",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/nltk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.nltk",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/nltk",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/spacy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.spacy",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/spacy",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/stanza/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.stanza",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/stanza",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/tweepy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.tweepy",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/tweepy",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down
2 changes: 1 addition & 1 deletion src/vader/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="forte.vader",
version="0.0.1.post1",
version="v0.0.1post2",
url="https://github.com/asyml/forte-wrappers/tree/main/src/vader",
description="Provide Forte implementations of a fantastic collection of "
"NLP tools.",
Expand Down

0 comments on commit 9abe518

Please sign in to comment.