diff --git a/Examples/itertut.lhs b/Examples/itertut.lhs
--- a/Examples/itertut.lhs
+++ b/Examples/itertut.lhs
@@ -17,6 +17,10 @@
 http://okmij.org/ftp/Haskell/Iteratee/IterateeIO-talk-notes.pdf
 amongst other sources.  Hopefully you will find my additions positive.
 
+[This tutorial is still incomplete, however I am including it in this release
+as I hope the section on the CPS transform will be useful to users
+switching to the new library.  JL]
+
 Exercises : given a text file of Ints separated by newlines, write a
 function which returns the first Int greater than a given k, or
 Nothing.  Do this once using explicit handle operations (hGetLine) and
diff --git a/iteratee-mtl.cabal b/iteratee-mtl.cabal
--- a/iteratee-mtl.cabal
+++ b/iteratee-mtl.cabal
@@ -1,5 +1,5 @@
 name:          iteratee-mtl
-version:       0.4.0.1
+version:       0.4.0.2
 synopsis:      Iteratee-based I/O
 description:
   The Iteratee monad provides strict, safe, and functional I/O. In addition
