This commit is contained in:
Jeong YunWon 2023-07-02 12:30:02 +09:00
parent d09bce80e6
commit fe24ff7697
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/"