Release kcl-lib 0.2.7 (#3641)

This commit is contained in:
Adam Chalmers
2024-08-23 08:11:37 -05:00
committed by GitHub
parent b740d25bbd
commit 9a385fb474
2 changed files with 2 additions and 2 deletions

View File

@ -1397,7 +1397,7 @@ dependencies = [
[[package]] [[package]]
name = "kcl-lib" name = "kcl-lib"
version = "0.2.6" version = "0.2.7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"approx", "approx",

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.6" version = "0.2.7"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app" repository = "https://github.com/KittyCAD/modeling-app"