From f845fc2ddbc34eb53ba7f605f9a7b236a0ba0252 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Mon, 15 May 2023 10:58:10 -0700 Subject: [PATCH] Update version 0.8.13 -> 0.8.14 --- 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 ad654cb0..03d29d3c 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.13' +__version__ = '0.8.14' __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'