diff --git a/BENCHMARKS.md b/BENCHMARKS.md index 164af03..5271d5b 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -5,7 +5,7 @@ All benchmarks were computed on macOS (Apple M4 Pro 14, 48 GB) with the followin - [Pyrefly](https://pypi.org/project/pyrefly/) 0.45.2 - [Pyright](https://www.npmjs.com/package/pyright) 1.1.407 - [mypy](https://pypi.org/project/mypy/) \<=1.19.0 -- [ty](https://pypi.org/project/ty/) 0.0.1 +- [ty](https://pypi.org/project/ty/) 0.0.2 Benchmark performance may vary across operating systems, and from project to project. This document includes benchmarks from a variety of projects to provide a representative example of real-world diff --git a/CHANGELOG.md b/CHANGELOG.md index 1660a67..8b9ae4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.1 +## 0.0.2 Released on 2025-12-16. diff --git a/dist-workspace.toml b/dist-workspace.toml index 2a85aff..6089ec3 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -1,7 +1,7 @@ [workspace] members = ["cargo:./ruff"] packages = ["ty"] -version = "0.0.1" +version = "0.0.2" # Config for 'dist' [dist] diff --git a/pyproject.toml b/pyproject.toml index 2a63a44..553e515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ty" -version = "0.0.1" +version = "0.0.2" requires-python = ">=3.8" dependencies = [] description = "An extremely fast Python type checker, written in Rust." diff --git a/uv.lock b/uv.lock index 6c197a6..ce8a6d9 100644 --- a/uv.lock +++ b/uv.lock @@ -624,7 +624,7 @@ wheels = [ [[package]] name = "ty" -version = "0.0.1" +version = "0.0.2" source = { editable = "." } [package.dev-dependencies]