diff --git a/Cargo.lock b/Cargo.lock index b760c8b..0ef9c00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wham" -version = "0.9.9" +version = "1.0.0" dependencies = [ "assert_approx_eq", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5ddb8cb..2b82661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "0.9.9" +version = "1.0.0" authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" diff --git a/README.md b/README.md index 6b0bc91..c08cd77 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ wham has a convenient command line interface. You can see all options with ```wham -h```: ``` -wham 0.9.9 +wham 1.0.0 D. Bauer wham is a fast implementation of the weighted histogram analysis method (WHAM) written in Rust. It currently supports potential of mean force (PMF) calculations in multiple dimensions at constant temperature. diff --git a/src/cli.yml b/src/cli.yml index 7c3f714..216e506 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -1,5 +1,5 @@ name: wham -version: "0.9.9" +version: "1.0.0" author: D. Bauer about: | wham is a fast implementation of the weighted histogram analysis method (WHAM) written in Rust. It currently supports potential of mean force (PMF) calculations in multiple dimensions at constant temperature.