From 79db640a7b841f682674af8f3596485210eaf26d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 30 Nov 2018 13:09:05 +0100 Subject: [PATCH] v0.9.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8744129..70efc95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "0.9.2" +version = "0.9.3" authors = ["D. Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0"