We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810a1f7 commit 8436727Copy full SHA for 8436727
README.md
@@ -217,6 +217,7 @@ while resp.has_next():
217
| 3.1.0 | 3.1.0 |
218
| 3.3.0 | 3.3.0 |
219
| 3.4.0 | >=3.4.0 |
220
+| 3.5.0 | >=3.4.0 |
221
| master | master |
222
223
## How to contribute to nebula-python
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nebula3-python"
3
-version = "3.4.0"
+version = "3.5.0"
4
description = "Python client for NebulaGraph V3.4"
5
authors = [
6
{name = "vesoft-inc", email = "[email protected]"},
0 commit comments