mirror of
https://github.com/astral-sh/ty.git
synced 2026-05-06 08:56:48 -04:00
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:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.1
|
||||
## 0.0.2
|
||||
|
||||
Released on 2025-12-16.
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[workspace]
|
||||
members = ["cargo:./ruff"]
|
||||
packages = ["ty"]
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
|
||||
# Config for 'dist'
|
||||
[dist]
|
||||
|
||||
+1
-1
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user