Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Jul 19, 2024
1 parent b4e366e commit b1490bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -11,7 +11,7 @@ resolver = "2"
authors = ["Kohei Shinohara <[email protected]>"]
description = "Library for Crystal Symmetry in Rust"
edition = "2021"
version = "0.1.11"
version = "0.1.12"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spglib/moyo"

Expand Down
2 changes: 1 addition & 1 deletion moyopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "moyopy"
crate-type = ["cdylib"]

[dependencies]
moyo = { path = "../moyo", version = "0.1.11" }
moyo = { path = "../moyo", version = "0.1.12" }
nalgebra.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit b1490bd

Please sign in to comment.