We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a47a0a + 55b79a1 commit b0918adCopy full SHA for b0918ad
.github/workflows/build_docs.yml
@@ -24,7 +24,7 @@ jobs:
24
enable-cache: true
25
26
- name: Set up Python
27
- run: uv python install
+ run: uv python install 3.12
28
29
- name: Install the project
30
run: uv sync --all-extras --dev
libs/core/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "kiln-ai"
3
-version = "0.7.0"
+version = "0.7.1"
4
requires-python = ">=3.10"
5
readme = "README.md"
6
description = 'Kiln AI'
0 commit comments