Skip to content

Commit

Permalink
Merge pull request #47 from AllenNeuralDynamics/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
hanhou authored Jan 4, 2024
2 parents 9ca8508 + 7733839 commit e80fcec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11,787 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This repo is the red circle in the diagram. It will be running on Code Ocean and

## Demo
- Demo notebook for the [curriculum schema](https://github.com/AllenNeuralDynamics/aind-foraging-behavior-bonsai-automatic-training/blob/main/code/aind_auto_train/demo_schema.ipynb).
- Demo notebook for [a full automation workflow (auto train manager)](https://github.com/AllenNeuralDynamics/aind-foraging-behavior-bonsai-automatic-training/blob/main/code/aind_auto_train/demo_auto_train_manager.ipynb)
- Demo notebook for [a full automation workflow (auto train manager)](https://nbviewer.org/github/AllenNeuralDynamics/aind-foraging-behavior-bonsai-automatic-training/blob/main/code/aind_auto_train/demo_auto_train_manager.ipynb)
- Demo notebook for the [curriculum manager](https://github.com/AllenNeuralDynamics/aind-foraging-behavior-bonsai-automatic-training/blob/main/code/aind_auto_train/demo_curriculum_manager.ipynb)

## Compared with SLIMS/mTrack
Expand Down
2 changes: 1 addition & 1 deletion code/aind_auto_train/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

import logging

Expand Down
Loading

0 comments on commit e80fcec

Please sign in to comment.