Bump version to 0.0.0a3 (#49)

This commit is contained in:
Zanie Blue 2025-05-05 19:19:31 -05:00 committed by GitHub
parent 58ee69270b
commit bcda893a67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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" }]