Skip to content

Commit

Permalink
Merge pull request #56 from AllenNeuralDynamics/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
jtyoung84 authored Jul 2, 2024
2 parents 717d2f7 + b8af544 commit 8eaeb7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
install:
- method: pip
path: .
extra_requirements:
- dev
2 changes: 1 addition & 1 deletion src/aind_data_access_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init package"""

__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit 8eaeb7c

Please sign in to comment.