Skip to content

Commit 578b132

Browse files
committed
0.3.0
1 parent 69d27d9 commit 578b132

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.2.0"
2+
version = "0.3.0"
33
authors = ["RustPython Team"]
44
edition = "2021"
55
rust-version = "1.67.1"

ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython-ast"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "AST definitions for RustPython"
55
authors = ["RustPython Team"]
66
edition = "2021"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-parser-core"
33
description = "RustPython parser data types."
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["RustPython Team"]
66
edition = "2021"
77
repository = "https://github.com/RustPython/Parser/"

format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-format"
33
edition = "2021"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
description = "Format helpers for RustPython"
66
authors = ["RustPython Team"]
77
repository = "https://github.com/RustPython/Parser/"

literal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython-literal"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Common literal handling utilities mostly useful for unparse and repr."
55
authors = ["RustPython Team"]
66
edition = "2021"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython-parser"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Parser for python code."
55
authors = ["RustPython Team"]
66
build = "build.rs"

0 commit comments

Comments
 (0)