Skip to content

Commit

Permalink
Support creating innetwork compute resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 5, 2023
1 parent d7a3817 commit 61a3dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aiochris/client/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ async def create_compute_resource(
compute_url: str | PfconUrl,
compute_user: str,
compute_password: str,
compute_innetwork: bool = None,
description: str = None,
compute_auth_url: str = None,
compute_auth_token: str = None,
Expand All @@ -132,6 +133,7 @@ async def create_compute_resource(
compute_url=compute_url,
compute_user=compute_user,
compute_password=compute_password,
compute_innetwork=compute_innetwork,
description=description,
compute_auth_url=compute_auth_url,
compute_auth_token=compute_auth_token,
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 = "aiochris"
version = "0.3.2"
version = "0.4.0"
description = "ChRIS client built on aiohttp"
authors = ["FNNDSC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 61a3dbf

Please sign in to comment.