We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb2101 commit 817864dCopy full SHA for 817864d
pyproject.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/lilacai/lilac"
7
packages = [{ include = "lilac" }]
8
include = ["lilac/web/**/*"] # Include the web app assets.
9
readme = "README.md"
10
-version = "0.1.2"
+version = "0.1.3"
11
12
[tool.poetry.dependencies]
13
web/lib/fastapi_client/models/ConceptLabelsSignal.ts
@@ -10,6 +10,7 @@ export type ConceptLabelsSignal = {
signal_name: 'concept_labels';
namespace: string;
concept_name: string;
+ version?: (number | null);
14
draft?: string;
15
};
16
0 commit comments