Bump and release kcl-lib 0.2.28 (#4669)

bump kcl version
This commit is contained in:
Greg Sweeney
2024-12-05 10:03:55 -05:00
committed by GitHub
parent 60a0c811ab
commit ef8f99c3b8
2 changed files with 2 additions and 2 deletions

View File

@ -1706,7 +1706,7 @@ dependencies = [
[[package]]
name = "kcl-lib"
version = "0.2.27"
version = "0.2.28"
dependencies = [
"anyhow",
"approx 0.5.1",

View File

@ -1,7 +1,7 @@
[package]
name = "kcl-lib"
description = "KittyCAD Language implementation and tools"
version = "0.2.27"
version = "0.2.28"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"