From ff90008643510fb2d13e3bb75f867acdf1e6d459 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 6 May 2025 09:35:43 -0500 Subject: [PATCH] Bump version to 0.0.0a5 (#62) --- dist-workspace.toml | 2 +- pyproject.toml | 2 +- ruff | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 191c9b9..6ca71fb 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -1,7 +1,7 @@ [workspace] members = ["cargo:./ruff"] packages = ["ty"] -version = "0.0.0-alpha.4" +version = "0.0.0-alpha.5" # Config for 'dist' [dist] diff --git a/pyproject.toml b/pyproject.toml index 1f80961..c90d918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ty" -version = "0.0.0a4" +version = "0.0.0a5" description = "An extremely fast Python type checker, written in Rust." readme = "README.md" authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] diff --git a/ruff b/ruff index f6d8f73..4510a23 160000 --- a/ruff +++ b/ruff @@ -1 +1 @@ -Subproject commit f6d8f73edc64397b829e9d59fc89aadaaea1e813 +Subproject commit 4510a236d31f578bddd9aee7aec62f5767e9b1a2