diff --git a/README.md b/README.md index 80c3d9c1..2288f341 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit For instaling graphene, just run this command in your shell ```bash -pip install "graphene>=2.0.dev" +pip install "graphene>=2.0" ``` ## 2.0 Upgrade Guide diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 008372d9..a2d39481 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -20,7 +20,7 @@ Project setup .. code:: bash - pip install "graphene>=2.0.dev" + pip install "graphene>=2.0" Creating a basic Schema -----------------------