From a4a1eb6176399f6e2aaac8bf9b1b84815320a52d Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Fri, 21 Jan 2022 11:57:51 -0800 Subject: [PATCH] Update version 0.8.10 -> 0.8.11 --- dwave_networkx/package_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwave_networkx/package_info.py b/dwave_networkx/package_info.py index 2d8266ac..af8d9b8f 100644 --- a/dwave_networkx/package_info.py +++ b/dwave_networkx/package_info.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.8.10' +__version__ = '0.8.11' __author__ = 'D-Wave Systems Inc.' __authoremail__ = 'acondello@dwavesys.com' __description__ = 'A NetworkX extension providing graphs and algorithms relevent to working with the D-Wave System'