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

Commit

Permalink
Merge pull request #49 from lincbrain/ak-auth-move
Browse files Browse the repository at this point in the history
Pin dandischema to 0.10.1 to resolve API /info schema version match
  • Loading branch information
aaronkanzer authored Jul 18, 2024
2 parents 5995675 + db46def commit 884858c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
bidsschematools ~= 0.7.0
click >= 7.1
click-didyoumean
dandischema >= 0.9.0, < 0.11
dandischema == 0.10.1
etelemetry >= 0.2.2
fasteners
fscacher >= 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import versioneer

setup_kw = {
"version": versioneer.get_version(),
"version": "0.8.6",
"cmdclass": versioneer.get_cmdclass(),
}
except ImportError:
Expand Down

0 comments on commit 884858c

Please sign in to comment.