From 610a4c194e11bce0d20703ca327ee60b8e740b94 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:18:38 +0800 Subject: [PATCH] Update README (#231) * Update README * Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff3f6ec3..cabde66a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository holds the official Python API for Nebula Graph. ## Before you start -Before you start, please read this section to choose the right branch for you. The compatibility between the API and Nebula Graph service can be found in [How to choose nebula-python](##How-to-choose-nebula-python). The current master branch is compatible with Nebula Graph 3.1. +Before you start, please read this section to choose the right branch for you. The compatibility between the API and Nebula Graph service can be found in [How to choose nebula-python](##How-to-choose-nebula-python). The current master branch is compatible with Nebula Graph 3.3. ## The directory structure @@ -202,6 +202,7 @@ while resp.has_next(): | 2.6.0 | 2.6.0/2.6.1 | | 3.0.0 | 3.0.0 | | 3.1.0 | 3.1.0 | +| 3.3.0 | 3.3.0 | | master | master | ## How to contribute to nebula-python