Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Oct 16, 2023
1 parent f02e041 commit 75a14c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion one/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""The Open Neurophysiology Environment (ONE) API."""
__version__ = '2.3.1'
__version__ = '2.4.0'
2 changes: 1 addition & 1 deletion one/remote/globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def get_local_endpoint_id():
assert id_file.exists(), msg.format(id_file)
local_id = id_file.read_text().strip()
assert isinstance(local_id, str), msg.format(id_file)
_logger.info(f'Found local endpoint ID in Globus Connect settings {local_id}')
_logger.debug(f'Found local endpoint ID in Globus Connect settings {local_id}')
return UUID(local_id)


Expand Down

0 comments on commit 75a14c4

Please sign in to comment.