Skip to content

Commit f1a4320

Browse files
committed
v0.2
1 parent f296a6a commit f1a4320

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can write your own tool to analyze logs. It just needs to emit TSV file that
6262
pip install data_flow_graph
6363
```
6464

65-
Please refer to `/test` directory for examples on how to use helper functions to generate TSV-formatted data flows.
65+
Please refer to `/test` directory for examples on how to use helper functions to generate graphviz and TSV-formatted data flows.
6666

6767
## Links
6868

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '0.1'
3+
VERSION = '0.2'
44

55
# @see https://github.com/pypa/sampleproject/blob/master/setup.py
66
setup(

0 commit comments

Comments
 (0)