version bump to 0.2.0

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 19:09:38 -07:00
parent be82bc4ba5
commit 9e1e5d9642
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
4 changed files with 53 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "smithy"
version = "0.1.0"
version = "0.2.0"
description = "Add your description here"
readme = "README.md"
authors = [
@ -39,3 +39,11 @@ dev = [
"pytest-benchmark>=5.2.3",
"ruff>=0.15.13",
]
[pytest]
testpaths = "test"
log_cli = true
[tool.pyright]
include = ["src"]
exclude = ["test"]