diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # algebraic-graphs-io
 
-[![Build Status](https://travis-ci.org/ocramz/algebraic-graphs-io.png)](https://travis-ci.org/ocramz/algebraic-graphs-io)
+This package aims to collect some I/Outilities for `algebraic-graphs`, e.g. parsers and serializers for common graph data interchange formats.
 
-TODO Description.
+Currently it provides a parser for the GML format, which is used by a few common graph software packages (NetworkX, Gephi, graphviz, and others).
+
+PRs and contributions welcome!
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.1.1.0
+version:             0.1.2.0
 synopsis:            I/O utilities for algebraic-graphs
 description:         I/O utilities for algebraic-graphs. Currently, parsers for the GML format.
 homepage:            https://github.com/ocramz/algebraic-graphs-io
