diff --git a/README.md b/README.md index 6ef3dd0ba..708278b5b 100644 --- a/README.md +++ b/README.md @@ -258,8 +258,8 @@ Specify which quantum computer hardware to use by changing the value of the `dev - **Rigetti** "arn:aws:aqx:::qpu:rigetti" - **D-Wave** "arn:aws:aqx:::qpu:d-wave" -### Using Amazon Braket with D-Wave QPUs -To use Amazon Braket with D-Wave QPUs, you also need to install the [braket-ocean-python-plugin](https://github.com/aws/braket-ocean-python-plugin). Information about how to install the plugin is provided in the [Readme](https://github.com/aws/braket-ocean-python-plugin/blob/master/README.md) for the repo. +### Using Amazon Braket with D-Wave QPU +If you want to use [Ocean](https://docs.ocean.dwavesys.com/en/latest/) with the D-Wave QPU, you can install the [braket-ocean-python-plugin](https://github.com/aws/braket-ocean-python-plugin). Information about how to install the plugin is provided in the [README](https://github.com/aws/braket-ocean-python-plugin/blob/master/README.md) for the repo. ### Deactivate the virtual environment After you are finished using the virtual environment to interact with Amazon Braket, you can deactivate it using the following command. diff --git a/setup.py b/setup.py index 0982d067e..3008db1bf 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="braket-sdk", - version="0.3.1", + version="0.3.2", license="Apache License 2.0", python_requires=">= 3.7.2", packages=find_namespace_packages(where="src", exclude=("test",)),