Release KCL 66 (#6679)

Breaking changes:

 - All functions (even functions defined by users) must use keyword arguments, not positional arguments
This commit is contained in:
Adam Chalmers
2025-05-02 16:55:58 -05:00
committed by GitHub
parent b71eb4fb89
commit 19f5031ef7
12 changed files with 21 additions and 20 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "kcl-python-bindings"
version = "0.3.65"
version = "0.3.66"
edition = "2021"
repository = "https://github.com/kittycad/modeling-app"
exclude = ["tests/*", "files/*", "venv/*"]