File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -370,9 +370,9 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail
370
370
371
371
| Nebula-Python Version | Compatible NebulaGraph Versions | Notes |
372
372
| --------------------- | ------------------------------- | ---------------------------------------------------------- |
373
- | 3.5 .1 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. |
373
+ | 3.8 .1 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x |
374
374
| master | master | Includes recent changes. Not yet released. |
375
- | 3.0.0 ~ 3.5.0 | 3.x | Compatible with any released version within the NebulaGraph 3.x series. |
375
+ | 3.0.0 ~ 3.5.0 | 3.x | Compatible with any released version within NebulaGraph 3.x|
376
376
| 2.6.0 | 2.6.0, 2.6.1 | |
377
377
| 2.5.0 | 2.5.0 | |
378
378
| 2.0.0 | 2.0.0, 2.0.1 | |
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " nebula3-python"
3
- version = " 3.8.0 "
4
- description = " Python client for NebulaGraph V3.4 "
3
+ version = " 3.8.1 "
4
+ description = " Python client for NebulaGraph v3 "
5
5
authors = [
6
6
{
name =
" vesoft-inc" ,
email =
" [email protected] " },
7
7
]
Original file line number Diff line number Diff line change 26
26
27
27
setup (
28
28
name = "nebula3-python" ,
29
- version = "3.8.0 " ,
29
+ version = "3.8.1 " ,
30
30
license = "Apache 2.0" ,
31
31
author = "vesoft-inc" ,
32
32
33
- description = "Python client for NebulaGraph V3.4 " ,
33
+ description = "Python client for NebulaGraph v3 " ,
34
34
long_description = long_description ,
35
35
long_description_content_type = "text/markdown" ,
36
36
url = "https://github.com/vesoft-inc/nebula-python" ,
You can’t perform that action at this time.
0 commit comments