Skip to content

Commit 0be56bc

Browse files
authored
bump version to fix types (#481)
* fix types and version; Signed-off-by: Jessie Frazelle <github@jessfraz.com> * fix types and version; Signed-off-by: Jessie Frazelle <github@jessfraz.com> --------- Signed-off-by: Jessie Frazelle <github@jessfraz.com>
1 parent 1d9afc8 commit 0be56bc

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

kittycad/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kittycad"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "A client library for accessing KittyCAD"
99
authors = []
1010
readme = "README.md"
@@ -51,6 +51,9 @@ docs = [
5151
where = ["."]
5252
include = ["kittycad*"]
5353

54+
[tool.setuptools.package-data]
55+
kittycad = ["py.typed"]
56+
5457
[[tool.uv.index]]
5558
name = "pypi-public"
5659
url = "https://pypi.org/simple/"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)