Skip to content

Commit

Permalink
Resolve version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuans committed Dec 20, 2023
1 parent 7a22a95 commit 011b0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyconceptlibraryclient/phenotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __format_for_upload(self, data: list | None, is_update: bool = False) -> lis
'data': data,
'template': {
'id': data['template']['id'],
'version': data['template']['id']
'version': data['template']['version_id']
}
}
if is_update:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyconceptlibraryclient"
version = "1.0.0"
version = "1.0.1"
description = "Python API Client for Concept Library/HDR UK Phenotype Library"
authors = [
"Sambhav Dave <[email protected]>",
Expand Down

0 comments on commit 011b0c8

Please sign in to comment.