diff --git a/CPython.chs b/CPython.chs
--- a/CPython.chs
+++ b/CPython.chs
@@ -179,7 +179,7 @@
 -- the @argv[0]@ argument to the @main@ procedure of the program. This is
 -- used by 'getPath' and some other computations below to find the Python
 -- run-time libraries relative to the interpreter executable. The default
--- value is @"python"@. No code in the Python interpreter will change the
+-- value is @\"python\"@. No code in the Python interpreter will change the
 -- program name.
 -- 
 setProgramName :: Text -> IO ()
diff --git a/cpython.cabal b/cpython.cabal
--- a/cpython.cabal
+++ b/cpython.cabal
@@ -1,5 +1,5 @@
 name: cpython
-version: 3.1.2.0
+version: 3.1.2.1
 synopsis: Bindings for libpython
 license: GPL-3
 license-file: license.txt
@@ -34,7 +34,7 @@
   build-depends:
       base >=4 && < 5
     , bytestring >= 0.9 && < 0.10
-    , text >= 0.1 && < 0.11
+    , text >= 0.1 && < 0.12
 
   build-tools:
     c2hs >= 0.15
