Skip to content

Commit 7e09d05

Browse files
committed
Bump up version
1 parent 61f83c6 commit 7e09d05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
authors = ["Kohei Shinohara <[email protected]>"]
1212
description = "Library for Crystal Symmetry in Rust"
1313
edition = "2021"
14-
version = "0.2.3"
14+
version = "0.3.0"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/spglib/moyo"
1717

moyopy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "moyopy"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
moyo = { path = "../moyo", version = "0.2.3" }
19+
moyo = { path = "../moyo", version = "0.3.0" }
2020
nalgebra.workspace = true
2121
serde.workspace = true
2222
serde_json.workspace = true

0 commit comments

Comments
 (0)