Skip to content

Commit 2764bc4

Browse files
committed
Bump experiment version
1 parent daf4889 commit 2764bc4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

src/DataSchemas/aind_behavior_vr_foraging/task_logic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from pydantic import BaseModel, Field, NonNegativeFloat, model_validator
99
from typing_extensions import TypeAliasType
1010

11-
__version__ = "0.5.1"
11+
from aind_behavior_vr_foraging import (
12+
__version__,
13+
) # TODO refactor this once https://github.com/AllenNeuralDynamics/Aind.Behavior.ExperimentLauncher/issues/73 is fixed
1214

1315

1416
def scalar_value(value: float) -> distributions.Scalar:

0 commit comments

Comments
 (0)