Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Push temp progress from ak-comment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Jan 29, 2024
1 parent 3e3af7a commit a1b5be9
Show file tree
Hide file tree
Showing 7 changed files with 1,057 additions and 462 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lincbrain/_version.py export-subst
3 changes: 3 additions & 0 deletions lincbrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ def set_logger_level(lgr, level):

lgr = get_logger()
set_logger_level(lgr, os.environ.get("DANDI_LOG_LEVEL", logging.INFO))

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit a1b5be9

Please sign in to comment.