diff --git a/src/Data/Text/CP437.hs b/src/Data/Text/CP437.hs
--- a/src/Data/Text/CP437.hs
+++ b/src/Data/Text/CP437.hs
@@ -15,7 +15,7 @@
 module Data.Text.CP437
 (
     -- * Text/ByteString
-   , textToCp437
+     textToCp437
    , cp437ToText
 
     -- * Char/Word8
diff --git a/text-cp437.cabal b/text-cp437.cabal
--- a/text-cp437.cabal
+++ b/text-cp437.cabal
@@ -1,5 +1,5 @@
 name:                text-cp437
-version:             0.2.0.0
+version:             0.2.1
 
 synopsis:            Conversion of Text to and from CP437
 description:         Some devices such as receipt printers require
