diff --git a/.conda/post-link.sh b/.conda/post-link.sh
index e4a04effd28c68806bfa0245cff733b51dc99f53..466175166bf16d400072b948eef3383b557837b1 100755
--- a/.conda/post-link.sh
+++ b/.conda/post-link.sh
@@ -1,4 +1,3 @@
-if [ -e ${FSLDIR}/etc/fslconf/requestFSLpythonLink.sh ]; then 
-    $FSLDIR/etc/fslconf/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob
+if [ -e ${FSLDIR}/etc/fslconf/requestFSLpythonLink.sh ]; then
+    $FSLDIR/etc/fslconf/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob extract_noise
 fi
-
diff --git a/fsl/version.py b/fsl/version.py
index 2d132cc27265103423506a2f915bf53634511d03..d859a0c63a8fde3bdc63a4352d3439d76233639a 100644
--- a/fsl/version.py
+++ b/fsl/version.py
@@ -41,7 +41,7 @@ import            re
 import            string
 
 
-__version__ = '1.10.0.dev0'
+__version__ = '1.11.0.dev0'
 """Current version number, as a string. """