diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@
 
 * .tsv : tab-separated list of edge data, used e.g. for the Graph Challenge dataset [1]
 
+* JSON : via 'aeson'
+
+* CBOR : via 'serialise'
+
 
 ## Datasets
 
diff --git a/algebraic-graphs-io.cabal b/algebraic-graphs-io.cabal
--- a/algebraic-graphs-io.cabal
+++ b/algebraic-graphs-io.cabal
@@ -1,5 +1,5 @@
 name:                algebraic-graphs-io
-version:             0.5
+version:             0.5.0.1
 synopsis:            I/O utilities and datasets for algebraic-graphs
 description:         I/O utilities and datasets for algebraic-graphs. See README for details
 homepage:            https://github.com/ocramz/algebraic-graphs-io
