Add __wrapped__ to functions decorated with patch variants
diff --git a/README.txt b/README.txt
index b647c05..f26e6c0 100644
--- a/README.txt
+++ b/README.txt
@@ -18,8 +18,8 @@
 The mock module also provides utility functions / objects to assist with
 testing, particularly monkey patching.
 
-* `PDF documentation for 1.0
-  <http://www.voidspace.org.uk/downloads/mock-1.0.0.pdf>`_
+* `PDF documentation for 1.0.1
+  <http://www.voidspace.org.uk/downloads/mock-1.0.1.pdf>`_
 * `mock on google code (repository and issue tracker)
   <http://code.google.com/p/mock/>`_
 * `mock documentation