diff --git a/Project.toml b/Project.toml
index 9134b00f2919cf90d94e92acb0a01ad947da006f..a62f34aff4b9a40aba0ee45f68af67d672472fc2 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
 name = "LarvaTagger"
 uuid = "8b3b36f1-dfed-446e-8561-ea19fe966a4d"
 authors = ["François Laurent", "Institut Pasteur"]
-version = "0.16.5"
+version = "0.17"
 
 [deps]
 Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
diff --git a/recipes/README.md b/recipes/README.md
index 99c3b8945187075c7e5a48070add3f6879e6f7ef..79be90e707a866ee1f8d1ebf945bf74ee65c8719 100644
--- a/recipes/README.md
+++ b/recipes/README.md
@@ -171,7 +171,7 @@ docker pull flaur/larvatagger
 ```
 
 Beware that images that ship with backends are relatively large files (>5GB on disk).
-If you are not interested in automatic tagging, use the `flaur/larvatagger:0.16.2-standalone` image instead.
+If you are not interested in automatic tagging, use the `flaur/larvatagger:0.17-standalone` image instead.
 
 ### Upgrading
 
diff --git a/test/scenarii.sh b/test/scenarii.sh
index 8514262591b926ab9be49a96c0300cfa9975a3dd..cfe2784ad504372ec4396e644b400137203a0839 100755
--- a/test/scenarii.sh
+++ b/test/scenarii.sh
@@ -117,7 +117,6 @@ testPredictDefault() {
   # compare
   filename=predicted.label
   predictions="$tmpdir/$filename"
-  #cp $predictions ~/Projects/LarvaTagger/LarvaTagger/
   expected_labels="$datapath/$tagger/$filename"
   assertFalse "\`predict\` failed to generate file $filename" '[ -z "$predictions" ]'
   assertTrue "\`predict\` failed to reproduce file $filename" '$(cmp "$expected_labels" "$predictions")'