Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyPythons committed Jan 17, 2018
1 parent 183f41f commit 2f43ecc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DAGflow/DAG.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Module to create DAG tasks
Author: fan junpeng(jpfan@whu.edu.cn)
Version: 0.9
Version: 0.1
"""

import os.path
Expand Down
2 changes: 1 addition & 1 deletion DAGflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

from DAGflow.DAG import DAG, Task
4 changes: 2 additions & 2 deletions DAGflow/do_DAG.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The json can be created by another module DAG
Author: fan junpeng (jpfan@whu.edu.cn)
Version: V0.9
Version: V0.1
Last modified: 20171227
task status:
Expand Down Expand Up @@ -388,7 +388,7 @@ def get_args():
The json can be created by another module DAG
Author: fan junpeng (jpfan@whu.edu.cn)
Version: V0.9
Version: V0.1
""")

parser.add_argument("json", help="The json file contain DAG information")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unzip master.zip
### Test installation
Add the installation directory to your PYTHONPATH.
```commandline
export PYTHONPATH=/usr/local/pythonlib/DAGflow-master/:$PYTHONPATH
```
Test
```commandline
Expand Down
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
import os
import sys
from DAGflow.DAG import DAG, Task

from DAGflow import DAG, Task

workflow = DAG("test")

Expand Down

0 comments on commit 2f43ecc

Please sign in to comment.