mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
version bump to 0.2.0
This commit is contained in:
parent
be82bc4ba5
commit
9e1e5d9642
4 changed files with 53 additions and 6 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue