Skip to content

Commit

Permalink
build: bump version to 0.2.0-alpha.20240626
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jun 25, 2024
1 parent 0fbd199 commit 74ce57f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xingque"
version = "0.1.0"
version = "0.2.0-alpha.20240625"
authors = ["WANG Xuerui <[email protected]>"]
description = "星雀 - Yet another Python binding to starlark-rs"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "xingque"
version = "0.1.0"
version = "0.2.0-alpha.20240625"
description = "Yet another typed Python binding to starlark-rust"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 74ce57f

Please sign in to comment.