Skip to content

Commit a51d34f

Browse files
authored
Merge pull request #16 from cedadev/v0.1.1
Updated v0.1.1 for https links to all dependencies
2 parents 4239678 + a84b84a commit a51d34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "facet-scanner"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Extracts facets from datasets to add to elasticsearch."
55
authors = ["Daniel Westwood <[email protected]>"]
66
license = "{file='LICENSE'}"
@@ -27,7 +27,7 @@ tqdm = "^4.66.6"
2727
sphinx = "^8.1.3"
2828
directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" }
2929
ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" }
30-
tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" }
30+
tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.3" }
3131
pytest = "^8.3.3"
3232

3333

0 commit comments

Comments
 (0)