diff --git a/README.md b/README.md index c158ddd..afba0c8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can write your own tool to analyze logs. It just needs to emit TSV file that pip install data_flow_graph ``` -Please refer to `/test` directory for examples on how to use helper functions to generate TSV-formatted data flows. +Please refer to `/test` directory for examples on how to use helper functions to generate graphviz and TSV-formatted data flows. ## Links diff --git a/setup.py b/setup.py index ebb5850..08f7426 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '0.1' +VERSION = '0.2' # @see https://github.com/pypa/sampleproject/blob/master/setup.py setup(