Skip to content

Commit

Permalink
bump 3.8.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Oct 22, 2024
1 parent 88940cf commit 71c0de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail

| Nebula-Python Version | Compatible NebulaGraph Versions | Notes |
| --------------------- | ------------------------------- | ---------------------------------------------------------- |
| 3.8.2 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. |
| 3.8.3 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. |
| master | master | Includes recent changes. Not yet released. |
| 3.0.0 ~ 3.5.1 | 3.x | Compatible with any released version within the NebulaGraph 3.x series. |
| 2.6.0 | 2.6.0, 2.6.1 | |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="nebula3-python",
version="3.8.2",
version="3.8.3",
license="Apache 2.0",
author="vesoft-inc",
author_email="info@vesoft.com",
Expand Down

0 comments on commit 71c0de9

Please sign in to comment.