Skip to content

Commit

Permalink
Merge pull request #16 from cedadev/v0.1.1
Browse files Browse the repository at this point in the history
Updated v0.1.1 for https links to all dependencies
  • Loading branch information
dwest77a authored Oct 31, 2024
2 parents 4239678 + a84b84a commit a51d34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "{file='LICENSE'}"
Expand All @@ -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"


Expand Down

0 comments on commit a51d34f

Please sign in to comment.