We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dfa4c commit 33f1072Copy full SHA for 33f1072
python/setup.py
@@ -11,15 +11,15 @@
11
import pybind11
12
13
__PYCGRAPH_NAME__ = "PyCGraph"
14
-__PYCGRAPH_VERSION__ = "0.0.3"
+__PYCGRAPH_VERSION__ = "3.1.0"
15
__PYCGRAPH_AUTHOR__ = "Chunel"
16
__PYCGRAPH_AUTHOR_EMAIL__ = "[email protected]"
17
__PYCGRAPH_DESCRIPTION__ = "CGraph with python api wrapper by pybind11"
18
__PYCGRAPH_URL__ = "https://github.com/ChunelFeng/CGraph"
19
__PYCGRAPH_LICENSE__ = "MIT"
20
__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__,
+__PYCGRAPH_KEYWORDS__ = [__PYCGRAPH_NAME__,
+ "CGraph",
23
"dag",
24
"parallel",
25
"airflow",
0 commit comments