Skip to content

Commit 058d799

Browse files
authored
Merge pull request #997 from Kiln-AI/scosman/v0_24_0_bump
Version bump
2 parents 2c61e23 + bb72364 commit 058d799

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

app/desktop/WinInnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppPath "build\dist\Kiln"
55
#define MyAppName "Kiln"
6-
#define MyAppVersion "0.23.0"
6+
#define MyAppVersion "0.24.0"
77
#define MyAppPublisher "Chesterfield Laboratories Inc"
88
#define MyAppURL "https://kiln.tech"
99
#define MyAppExeName "Kiln.exe"

app/desktop/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kiln-studio-desktop"
7-
version = "0.23.0"
7+
version = "0.24.0"
88
description = "The Kiln Desktop App. Download from https://kiln.tech"
99
requires-python = ">=3.10"
1010
dependencies = [

app/web_ui/src/lib/utils/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createKilnError, KilnError } from "$lib/utils/error_handlers"
22
import { writable } from "svelte/store"
33

4-
export const app_version = "0.23.0"
4+
export const app_version = "0.24.0"
55

66
export type UpdateCheckResult = {
77
has_update: boolean

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.23.1"
3+
version = "0.24.0"
44
requires-python = ">=3.10"
55
readme = "README.md"
66
description = 'Kiln AI'

libs/server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kiln-server"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
requires-python = ">=3.10"
55
description = 'Kiln AI Server'
66
readme = "README.md"
@@ -21,7 +21,7 @@ dependencies = [
2121
"fastapi>=0.115.4",
2222
"mcp>=1.10.1",
2323
"httpx>=0.27.2",
24-
"kiln-ai>=0.23.1",
24+
"kiln-ai>=0.24.0",
2525
"pydantic>=2.9.2",
2626
"python-dotenv>=1.0.1",
2727
"python-multipart>=0.0.20",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)