This commit is contained in:
Paul Tagliamonte
2024-10-11 14:26:46 -04:00
committed by GitHub
parent 85a39109f8
commit 9d99b5be7f
2 changed files with 2 additions and 2 deletions

View File

@ -1542,7 +1542,7 @@ dependencies = [
[[package]] [[package]]
name = "kcl-lib" name = "kcl-lib"
version = "0.2.20" version = "0.2.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"approx 0.5.1", "approx 0.5.1",

View File

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