From a099a71b3b4d2f8eafb889c060bd51d11d09ab3a Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 8 Mar 2020 12:40:09 +0100 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba21a2c..345bdb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "0.9.5" +version = "0.9.6" authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0"