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]]
name = "kcl-lib"
version = "0.1.35"
version = "0.1.36"
dependencies = [
"anyhow",
"async-recursion",

View File

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