Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Apr 29, 2024
1 parent 07be223 commit 64869e4
Show file tree
Hide file tree
Showing 4 changed files with 5 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.7"
version = "0.1.8"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spglib/moyo"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A fast and robust crystal symmetry finder, written in Rust.
### How to release

1. `cargo set-version --bump patch` for patch version increment
1. Write change log and git-commit
1. `cargo release --execute`

### Debugging
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.7" }
moyo = { path = "../moyo", version = "0.1.8" }
nalgebra.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 64869e4

Please sign in to comment.