diff --git a/README.md b/README.md index 611520f2..e050e723 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail | Nebula-Python Version | Compatible NebulaGraph Versions | Notes | | --------------------- | ------------------------------- | ---------------------------------------------------------- | -| 3.8.0 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. | +| 3.8.1 | 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 | | diff --git a/pyproject.toml b/pyproject.toml index f876d484..627fce28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "nebula3-python" -version = "3.8.0" -description = "Python client for NebulaGraph V3.4" +version = "3.8.1" +description = "Python client for NebulaGraph v3" authors = [ {name = "vesoft-inc", email = "info@vesoft.com"}, ] diff --git a/setup.py b/setup.py index 00c42f66..bd844b27 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ setup( name="nebula3-python", - version="3.8.0", + version="3.8.1", license="Apache 2.0", author="vesoft-inc", author_email="info@vesoft.com", - description="Python client for NebulaGraph V3.4", + description="Python client for NebulaGraph v3", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/vesoft-inc/nebula-python",