Skip to content

Commit

Permalink
Merge pull request #168 from AllenNeuralDynamics/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
jtyoung84 authored Sep 23, 2024
2 parents 1ac5675 + 624a504 commit bceefe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ Then to create the documentation HTML files, run
sphinx-build -b html doc_template/empty_source/ doc_template/build/html
```
More info on sphinx installation can be found [here](https://www.sphinx-doc.org/en/master/usage/installation.html).


More information including a user guide and contributor guidelines can be found at [readthedocs](https://aind-metadata-mapper.readthedocs.io/en/latest/).
2 changes: 1 addition & 1 deletion src/aind_metadata_mapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init package"""

__version__ = "0.18.2"
__version__ = "0.18.3"

0 comments on commit bceefe8

Please sign in to comment.