# HG changeset patch # User Paul Boddie # Date 1326570985 -3600 # Node ID 296bde8b3e36264472c351c33fd90f7325cf572e # Parent e6455a7ed504f8f4f40ff5e957fbba1397bd873a Added __version__ attribute. diff -r e6455a7ed504 -r 296bde8b3e36 parsers/graphviz.py --- a/parsers/graphviz.py Sat Jan 14 20:56:11 2012 +0100 +++ b/parsers/graphviz.py Sat Jan 14 20:56:25 2012 +0100 @@ -8,6 +8,8 @@ @license: GNU GPL, see COPYING for details. """ +__version__ = "0.2" + # Change this to the directory that the Graphviz binaries (dot, neato, etc.) # are installed in.