Skip to content

Commit

Permalink
Release version 0.10.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Feb 15, 2024
1 parent f17bbc3 commit 1185474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chemfiles"
version = "0.10.40"
version = "0.10.41"
edition = "2021"
authors = ["Guillaume Fraux <[email protected]>"]
documentation = "http://chemfiles.org/chemfiles.rs/"
Expand All @@ -16,7 +16,7 @@ exclude = ["data/*"]
name = "chemfiles"

[dependencies]
chemfiles-sys = {path = "chemfiles-sys", version = "0.10.40"}
chemfiles-sys = {path = "chemfiles-sys", version = "0.10.41"}

[dev-dependencies]
approx = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion chemfiles-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chemfiles-sys"
version = "0.10.40"
version = "0.10.41"
edition = "2021"
authors = ["Guillaume Fraux <[email protected]>"]
links = "chemfiles"
Expand Down

0 comments on commit 1185474

Please sign in to comment.