diff --git a/dist-workspace.toml b/dist-workspace.toml index 227c17b..7b227e1 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -1,7 +1,7 @@ [workspace] members = ["cargo:./ruff"] packages = ["ty"] -version = "0.0.0-alpha.2" +version = "0.0.0-alpha.3" # Config for 'dist' [dist] diff --git a/pyproject.toml b/pyproject.toml index 49330e8..7a69f18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ty" -version = "0.0.0a2" +version = "0.0.0a3" description = "An extremely fast Python type checker, written in Rust." readme = "README.md" authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]