From 35ca1b13175416573f27493ee92467630fc0077c Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 21 Jul 2021 16:47:32 +0200 Subject: [PATCH] version up --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/cli.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfc91ef..c7dea20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wham" -version = "1.1.1" +version = "1.1.2" dependencies = [ "assert_approx_eq", "clap", diff --git a/Cargo.toml b/Cargo.toml index d4dbe7e..058001a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "1.1.1" +version = "1.1.2" authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" diff --git a/src/cli.yml b/src/cli.yml index 9139666..3cbe997 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -1,5 +1,5 @@ name: wham -version: "1.1.1" +version: "1.1.2" 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.