Skip to content

Commit

Permalink
bump version 3.8.1 (#357)
Browse files Browse the repository at this point in the history
* bump version 3.8.1

* chore: compatibility matrix uplift

---------

Co-authored-by: Wey Gu <weyl.gu@gmail.com>
  • Loading branch information
BeautyyuYanli and wey-gu authored Jul 16, 2024
1 parent e78190c commit 08e328e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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 | |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 08e328e

Please sign in to comment.