Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Dec 19, 2024
1 parent 5263e24 commit 5ab7fa0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "supersonic"
version = "0.2.0-preview"
version = "0.2.0"
description = "GitHub PR automation for modern applications"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -43,8 +43,3 @@ python_version = "3.11"
strict = false
warn_return_any = true
warn_unused_configs = true

[tool.hatch.build]
include = [
"supersonic/py.typed",
]

0 comments on commit 5ab7fa0

Please sign in to comment.