Skip to content

Commit d600b0d

Browse files
Release v0.1.0 [skip ci]
1 parent b2c61fc commit d600b0d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"License :: OSI Approved :: MIT License",
1414
"Operating System :: Microsoft :: Windows",
1515
]
16-
version = "0.1.0rc1"
16+
version = "0.1.0"
1717
readme = {file = "README.md", content-type = "text/markdown"}
1818

1919

src/DataSchemas/aind_behavior_pirouette.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"type": "string"
1010
},
1111
"version": {
12-
"const": "0.1.0-rc1",
13-
"default": "0.1.0-rc1",
12+
"const": "0.1.0",
13+
"default": "0.1.0",
1414
"title": "Version",
1515
"type": "string"
1616
},

src/Extensions/AindBehaviorPirouette.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public partial class AindBehaviorPirouetteRig
3636
public AindBehaviorPirouetteRig()
3737
{
3838
_aindBehaviorServicesPkgVersion = "0.12.3";
39-
_version = "0.1.0-rc1";
39+
_version = "0.1.0";
4040
_cameraController = new CameraControllerSpinnakerCamera();
4141
_harpWhiteRabbit = new HarpWhiteRabbit();
4242
_harpOutputExpander = new HarpOutputExpander();

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)