Release KCL 0.1.36 (#1078)

This commit is contained in:
Adam Chalmers
2023-11-15 11:50:08 -06:00
committed by GitHub
parent d175c75780
commit c33aaad800
2 changed files with 2 additions and 2 deletions

View File

@ -1436,7 +1436,7 @@ dependencies = [
[[package]] [[package]]
name = "kcl-lib" name = "kcl-lib"
version = "0.1.35" version = "0.1.36"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-recursion", "async-recursion",

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