Skip to content

Commit

Permalink
chore: update dependencies and bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed May 21, 2024
1 parent 7816d8c commit d727162
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 379 deletions.
8 changes: 3 additions & 5 deletions bento_wes/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import bento_wes
import os

from bento_lib.service_info.helpers import build_bento_service_type


__all__ = [
"BENTO_SERVICE_KIND",
Expand All @@ -12,10 +14,6 @@

BENTO_SERVICE_KIND = "wes"
SERVICE_ARTIFACT = BENTO_SERVICE_KIND
SERVICE_TYPE = {
"group": "ca.c3g.bento",
"artifact": SERVICE_ARTIFACT,
"version": bento_wes.__version__,
}
SERVICE_TYPE = build_bento_service_type(SERVICE_ARTIFACT, bento_wes.__version__)
SERVICE_ID = os.environ.get("SERVICE_ID", ":".join(SERVICE_TYPE.values()))
SERVICE_NAME = "Bento WES"
Loading

0 comments on commit d727162

Please sign in to comment.