Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 2, 2018
1 parent f296a6a commit f1a4320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit f1a4320

Please sign in to comment.