From 7d8aa454fd08285ede110f6928fb05c12aa9076e Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Tue, 3 Dec 2024 10:05:32 -0800 Subject: [PATCH] Update version 0.8.15 -> 0.8.16 --- dwave_networkx/package_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwave_networkx/package_info.py b/dwave_networkx/package_info.py index f2e65e9..3dcb6b8 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.15' +__version__ = '0.8.16' __author__ = 'D-Wave Systems Inc.' -__authoremail__ = 'acondello@dwavesys.com' +__authoremail__ = 'tools@dwavesys.com' __description__ = 'A NetworkX extension providing graphs and algorithms relevent to working with the D-Wave System'