diff --git a/Cargo.toml b/Cargo.toml index 5dfdf4a..8744129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wham" -version = "0.9.1" +version = "0.9.2" authors = ["D. Bauer "] description = "An implementation of the weighted histogram analysis method" license = "GPL-3.0" @@ -17,4 +17,4 @@ rayon = "1.0.3" opt-level = 2 [features] -default = ["GSL/v2"] \ No newline at end of file +default = ["GSL/v2"]