diff --git a/pyproject.toml b/pyproject.toml index e5e3773..d196a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] package-mode = true name = "spacy-lancedb-linker" -version = "0.1.1" +version = "0.1.2" description = "spaCy pipeline component for ANN Entity Linking using LanceDB" license = "Apache-2.0" authors = ["Louis Guitton "]