Skip to content

Commit

Permalink
Merge pull request #112 from DLHub-Argonne/funcx_0.3.2
Browse files Browse the repository at this point in the history
Funcx 0.3.2
  • Loading branch information
ascourtas committed Sep 13, 2021
2 parents 59e466b + 031de61 commit 3a84d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlhub_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, dlh_authorizer=None, search_client=None, http_timeout=None,
openid_authorizer=openid_authorizer,
no_local_server=kwargs.get("no_local_server", True),
no_browser=kwargs.get("no_browser", True),
funcx_service_address='https://api.funcx.org/v1')
)
self._search_client = globus_sdk.SearchClient(authorizer=search_authorizer,
http_timeout=5 * 60)

Expand Down
2 changes: 1 addition & 1 deletion dlhub_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "0.9.5"
__version__ = "0.9.6"

# app name to send as part of SDK requests
app_name = "DLHub SDK v{}".format(__version__)

0 comments on commit 3a84d0d

Please sign in to comment.