Skip to content

Commit

Permalink
Merge pull request #81 from bento-platform/patch-intended-bento-servi…
Browse files Browse the repository at this point in the history
…ceinfo

fix: patch intended service info bento types
  • Loading branch information
davidlougheed authored Jan 12, 2023
2 parents 66a2ae1 + ea15d2b commit 1910a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bento_lib/package.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = bento_lib
version = 5.1.0
version = 5.1.1
authors = David Lougheed, Paul Pillot
author_emails = [email protected], [email protected]
6 changes: 3 additions & 3 deletions bento_lib/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ class GA4GHServiceOrganization(TypedDict):


class BentoExtraServiceInfo(TypedDict, total=False):
service_kind: str # One service_kind per Bento service/instance
serviceKind: str # One service_kind per Bento service/instance

git_tag: str
git_branch: str
gitTag: str
gitBranch: str


class _GA4GHServiceInfoBase(TypedDict):
Expand Down

0 comments on commit 1910a33

Please sign in to comment.