diff --git a/pyproject.toml b/pyproject.toml index 26e2992..d5647bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "facet-scanner" -version = "0.1.0" +version = "0.1.1" description = "Extracts facets from datasets to add to elasticsearch." authors = ["Daniel Westwood "] license = "{file='LICENSE'}" @@ -27,7 +27,7 @@ tqdm = "^4.66.6" sphinx = "^8.1.3" directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" } ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" } -tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" } +tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.3" } pytest = "^8.3.3"