Bump version to 0.0.2 (beta release) (#1954)

The 0.0.1 release ran into a previously-existing-but-deleted artifact on PyPI. Re-bump and re-release.
This commit is contained in:
Jack O'Connor
2025-12-16 11:57:31 -08:00
committed by GitHub
parent 7494d49e1f
commit 42835578dd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 - [Pyrefly](https://pypi.org/project/pyrefly/) 0.45.2
- [Pyright](https://www.npmjs.com/package/pyright) 1.1.407 - [Pyright](https://www.npmjs.com/package/pyright) 1.1.407
- [mypy](https://pypi.org/project/mypy/) \<=1.19.0 - [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 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 includes benchmarks from a variety of projects to provide a representative example of real-world
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.0.1 ## 0.0.2
Released on 2025-12-16. Released on 2025-12-16.
+1 -1
View File
@@ -1,7 +1,7 @@
[workspace] [workspace]
members = ["cargo:./ruff"] members = ["cargo:./ruff"]
packages = ["ty"] packages = ["ty"]
version = "0.0.1" version = "0.0.2"
# Config for 'dist' # Config for 'dist'
[dist] [dist]
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "ty" name = "ty"
version = "0.0.1" version = "0.0.2"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [] dependencies = []
description = "An extremely fast Python type checker, written in Rust." description = "An extremely fast Python type checker, written in Rust."
Generated
+1 -1
View File
@@ -624,7 +624,7 @@ wheels = [
[[package]] [[package]]
name = "ty" name = "ty"
version = "0.0.1" version = "0.0.2"
source = { editable = "." } source = { editable = "." }
[package.dev-dependencies] [package.dev-dependencies]