Skip to content

Commit 33f1072

Browse files
committed
[tag] v3.1.0
1 parent 81dfa4c commit 33f1072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
import pybind11
1212

1313
__PYCGRAPH_NAME__ = "PyCGraph"
14-
__PYCGRAPH_VERSION__ = "0.0.3"
14+
__PYCGRAPH_VERSION__ = "3.1.0"
1515
__PYCGRAPH_AUTHOR__ = "Chunel"
1616
__PYCGRAPH_AUTHOR_EMAIL__ = "[email protected]"
1717
__PYCGRAPH_DESCRIPTION__ = "CGraph with python api wrapper by pybind11"
1818
__PYCGRAPH_URL__ = "https://github.com/ChunelFeng/CGraph"
1919
__PYCGRAPH_LICENSE__ = "MIT"
2020
__PYCGRAPH_LONG_DESCRIPTION__ = 'You can get everything in CGraph github main page : [CGraph](https://github.com/ChunelFeng/CGraph)'
21-
__PYCGRAPH_KEYWORDS__ = ["CGraph",
22-
__PYCGRAPH_NAME__,
21+
__PYCGRAPH_KEYWORDS__ = [__PYCGRAPH_NAME__,
22+
"CGraph",
2323
"dag",
2424
"parallel",
2525
"airflow",

0 commit comments

Comments
 (0)