Skip to content

Commit

Permalink
Bump version to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat committed Sep 29, 2023
1 parent 5fb2101 commit 817864d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/lilacai/lilac"
packages = [{ include = "lilac" }]
include = ["lilac/web/**/*"] # Include the web app assets.
readme = "README.md"
version = "0.1.2"
version = "0.1.3"

[tool.poetry.dependencies]

Expand Down
1 change: 1 addition & 0 deletions web/lib/fastapi_client/models/ConceptLabelsSignal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type ConceptLabelsSignal = {
signal_name: 'concept_labels';
namespace: string;
concept_name: string;
version?: (number | null);
draft?: string;
};

0 comments on commit 817864d

Please sign in to comment.