mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Bump version to 0.0.0a3 (#49)
This commit is contained in:
parent
58ee69270b
commit
bcda893a67
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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" }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue