We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296a6a commit f1a4320Copy full SHA for f1a4320
2 files changed
README.md
@@ -62,7 +62,7 @@ You can write your own tool to analyze logs. It just needs to emit TSV file that
62
pip install data_flow_graph
63
```
64
65
-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.
66
67
## Links
68
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-VERSION = '0.1'
+VERSION = '0.2'
4
5
# @see https://github.com/pypa/sampleproject/blob/master/setup.py
6
setup(
0 commit comments