Skip to content

Commit

Permalink
[versionup] 0.5.23 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey committed Jul 8, 2020
1 parent 9c44707 commit 2bf414d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion camphr/VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.23"
__version__ = "0.6.0"
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files = [ "camphr/VERSION.py",]
commit = true

[tool.poetry]
version = "0.5.23"
version = "0.6.0"
name = "camphr"
authors = [ "tamuhey <[email protected]>",]
description = "spaCy plugin for Transformers, Udify, Elmo, etc."
Expand Down Expand Up @@ -43,8 +43,8 @@ toolz = "^0.10.0"

[tool.poetry.extras]
all = [ "allennlp", "Cython", "mojimoji2", "unofficial-pyknp", "mecab-python3", "unofficial-udify",]
allennlp = [ "allennlp", "boto3"]
udify = [ "allennlp", "unofficial-udify","boto3"]
allennlp = [ "allennlp", "boto3",]
udify = [ "allennlp", "unofficial-udify", "boto3",]
juman = [ "Cython", "mojimoji2", "unofficial-pyknp",]
mecab = [ "mecab-python3",]

Expand All @@ -68,7 +68,6 @@ version = "^1.0.0"
optional = true

[tool.poetry.dependencies.boto3]
# To reduce the cost of computing the dependency of allennlp
version = "^1.14"
optional = true

Expand Down

0 comments on commit 2bf414d

Please sign in to comment.