diff --git a/readable.cabal b/readable.cabal
--- a/readable.cabal
+++ b/readable.cabal
@@ -1,5 +1,5 @@
 name:           readable
-version:        0.1
+version:        0.1.0.1
 synopsis:       Reading from Text and ByteString
 
 description:
@@ -28,7 +28,7 @@
 
   build-depends:
     base        >= 4    && < 5,
-    bytestring  >= 0.9  && < 0.10,
+    bytestring  >= 0.9  && < 0.11,
     text        >= 0.11 && < 0.12
 
   ghc-prof-options: -prof -auto-all
