diff --git a/readpyc.cabal b/readpyc.cabal
--- a/readpyc.cabal
+++ b/readpyc.cabal
@@ -1,5 +1,5 @@
 Name:                readpyc
-Version:             0.1.0
+Version:             0.2.0
 Synopsis:            Read and pretty print Python bytecode (.pyc) files.
 Homepage:            https://github.com/bjpop/blip 
 License:             BSD3
@@ -22,6 +22,6 @@
    hs-source-dirs: src
    build-depends:
       base==4.*,
-      bliplib==0.1.*,
+      bliplib==0.2.*,
       parseargs==0.1.*
 }
