diff --git a/Cargo.toml b/Cargo.toml
index aa81125079ad01cdbee44b1265d9966ca281d187..86c51b359c3ec6dc869b732d0a590746a49ce2ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "hashtoc"
-version = "0.1.5"
+version = "0.1.6"
 authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"]
 build = "build.rs"
 links = "libhash.a,libssl"
 description = "Generate a 'Table Of Contents' of a path"
 homepage = "https://gitlab.control.lth.se/anders_blomdell/rust-hashtoc"
-license = "GPL-3.0-only"
+license = "GPL-3.0"
 publish = false
 
 [dependencies]