Skip to content

Commit b0918ad

Browse files
authored
Merge pull request #77 from Kiln-AI/main
Docs update
2 parents 0a47a0a + 55b79a1 commit b0918ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525

2626
- name: Set up Python
27-
run: uv python install
27+
run: uv python install 3.12
2828

2929
- name: Install the project
3030
run: uv sync --all-extras --dev

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kiln-ai"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
requires-python = ">=3.10"
55
readme = "README.md"
66
description = 'Kiln AI'

0 commit comments

Comments
 (0)