This commit is contained in:
Jeong, YunWon 2023-08-30 00:04:44 +09:00 committed by GitHub
parent d09bce80e6
commit a1e4336f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "rustpython-parser-core"
description = "RustPython parser data types."
version = "0.2.0"
version = "0.3.0"
authors = ["RustPython Team"]
edition = "2021"
repository = "https://github.com/RustPython/Parser/"