Skip to content

Commit 817864d

Browse files
committed
Bump version to 0.1.3.
1 parent 5fb2101 commit 817864d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/lilacai/lilac"
77
packages = [{ include = "lilac" }]
88
include = ["lilac/web/**/*"] # Include the web app assets.
99
readme = "README.md"
10-
version = "0.1.2"
10+
version = "0.1.3"
1111

1212
[tool.poetry.dependencies]
1313

web/lib/fastapi_client/models/ConceptLabelsSignal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type ConceptLabelsSignal = {
1010
signal_name: 'concept_labels';
1111
namespace: string;
1212
concept_name: string;
13+
version?: (number | null);
1314
draft?: string;
1415
};
1516

0 commit comments

Comments
 (0)