Skip to content

Commit 90b5b3d

Browse files
Bump version and regenerate schemas [skip ci]
1 parent 291bd6b commit 90b5b3d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.11",
1313
"Operating System :: Microsoft :: Windows",
1414
]
15-
version = "0.6.3"
15+
version = "0.6.4rc1"
1616
readme = {file = "README.md", content-type = "text/markdown"}
1717

1818
dependencies = [

src/DataSchemas/aind_behavior_vr_foraging.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@
359359
"type": "string"
360360
},
361361
"version": {
362-
"const": "0.6.3",
363-
"default": "0.6.3",
362+
"const": "0.6.4-rc1",
363+
"default": "0.6.4-rc1",
364364
"title": "Version",
365365
"type": "string"
366366
},
@@ -568,8 +568,8 @@
568568
"description": "Parameters of the task logic"
569569
},
570570
"version": {
571-
"const": "0.6.3",
572-
"default": "0.6.3",
571+
"const": "0.6.4-rc1",
572+
"default": "0.6.4-rc1",
573573
"title": "Version",
574574
"type": "string"
575575
},

src/Extensions/AindBehaviorVrForaging.Generated.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public partial class AindVrForagingRig
955955
public AindVrForagingRig()
956956
{
957957
_aindBehaviorServicesPkgVersion = "0.12.5";
958-
_version = "0.6.3";
958+
_version = "0.6.4-rc1";
959959
_triggeredCameraController = new CameraControllerSpinnakerCamera();
960960
_harpBehavior = new HarpBehavior();
961961
_harpOlfactometer = new Olfactometer();
@@ -1362,7 +1362,7 @@ public AindVrForagingTaskLogic()
13621362
_name = "AindVrForaging";
13631363
_description = "";
13641364
_taskParameters = new AindVrForagingTaskParameters();
1365-
_version = "0.6.3";
1365+
_version = "0.6.4-rc1";
13661366
}
13671367

13681368
protected AindVrForagingTaskLogic(AindVrForagingTaskLogic other)

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)