Skip to content

Commit 50280c6

Browse files
BeautyyuYanliwey-gu
andcommitted
bump version 3.8.1 (#357)
* bump version 3.8.1 * chore: compatibility matrix uplift --------- Co-authored-by: Wey Gu <[email protected]>
1 parent 8fccb6c commit 50280c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail
370370

371371
| Nebula-Python Version | Compatible NebulaGraph Versions | Notes |
372372
| --------------------- | ------------------------------- | ---------------------------------------------------------- |
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 |
374374
| 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|
376376
| 2.6.0 | 2.6.0, 2.6.1 | |
377377
| 2.5.0 | 2.5.0 | |
378378
| 2.0.0 | 2.0.0, 2.0.1 | |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
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"
55
authors = [
66
{name = "vesoft-inc", email = "[email protected]"},
77
]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
setup(
2828
name="nebula3-python",
29-
version="3.8.0",
29+
version="3.8.1",
3030
license="Apache 2.0",
3131
author="vesoft-inc",
3232
author_email="[email protected]",
33-
description="Python client for NebulaGraph V3.4",
33+
description="Python client for NebulaGraph v3",
3434
long_description=long_description,
3535
long_description_content_type="text/markdown",
3636
url="https://github.com/vesoft-inc/nebula-python",

0 commit comments

Comments
 (0)