From 64f468e636381a04a3002e56a2f0649987b9fa5d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 24 Oct 2020 20:35:24 +0200 Subject: [PATCH] version up --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b36ded..e0f5124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "0.9.8" +version = "0.9.9" authors = ["Daniel Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0"