Skip to content

Commit

Permalink
[versionup] 0.6.5 -> 0.7.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey committed Aug 19, 2020
1 parent 5c70962 commit 038d2da
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.6.5"
__version__ = "0.7.0-rc0"
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ files = [ "camphr/VERSION.py",]
commit = true

[tool.poetry]
version = "0.6.5"
version = "0.7.0-rc0"
name = "camphr"
authors = [ "tamuhey <[email protected]>",]
description = "spaCy plugin for Transformers, Udify, Elmo, etc."
readme = "README.md"
license = "Apache-2.0"
homepage = "https://github.com/PKSHATechnology-Research/camphr"
repository = "https://github.com/PKSHATechnology-Research/camphr"
keywords = [ "spaCy", "nlp", "natural language processing", "transformers"]
keywords = [ "spaCy", "nlp", "natural language processing", "transformers",]

[tool.isort]
skip = ".venv/**/*.py"
Expand Down Expand Up @@ -43,7 +43,7 @@ toolz = "^0.10.0"
spacy = ">=2.2,<2.4"

[tool.poetry.extras]
all = [ "mojimoji", "pyknp", "mecab-python3"]
all = [ "mojimoji", "pyknp", "mecab-python3",]
juman = [ "mojimoji", "pyknp",]
mecab = [ "mecab-python3",]

Expand Down Expand Up @@ -88,7 +88,6 @@ ja_mecab = "camphr.lang.mecab:Japanese"
sentencepiece = "camphr.lang.sentencepiece:SentencePieceLang"
camphr_torch = "camphr.lang.torch:TorchLanguage"


[tool.poetry.plugins.spacy_factories]
transformers_model = "camphr.pipelines.transformers:TrfModel.from_nlp"
transformers_ner = "camphr.pipelines.transformers:TrfForNamedEntityRecognition.from_nlp"
Expand Down

0 comments on commit 038d2da

Please sign in to comment.