Skip to content

Commit 82b26a2

Browse files
Set version
1 parent 811553b commit 82b26a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.13",
1717
"Operating System :: Microsoft :: Windows",
1818
]
19-
version = "0.12.4"
19+
version = "0.12.5"
2020

2121
dependencies = [
2222
'pydantic',

src/schemas/aind_behavior_session_model.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"aind_behavior_services_pkg_version": {
4-
"default": "0.12.4",
4+
"default": "0.12.5",
55
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
66
"title": "aind_behavior_services package version",
77
"type": "string"
88
},
99
"version": {
10-
"const": "0.12.4",
11-
"default": "0.12.4",
10+
"const": "0.12.5",
11+
"default": "0.12.5",
1212
"title": "Version",
1313
"type": "string"
1414
},

src/schemas/aind_manipulator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
},
365365
"properties": {
366366
"aind_behavior_services_pkg_version": {
367-
"default": "0.12.4",
367+
"default": "0.12.5",
368368
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
369369
"title": "aind_behavior_services package version",
370370
"type": "string"

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)