From bcc4eb6156d439dcbcc4820c8f2b36405d8da7d4 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Fri, 22 Dec 2023 10:47:19 -0800 Subject: [PATCH] Update version 0.6.4 -> 0.6.5 --- dwave/preprocessing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwave/preprocessing/__init__.py b/dwave/preprocessing/__init__.py index cf83aec..3340160 100644 --- a/dwave/preprocessing/__init__.py +++ b/dwave/preprocessing/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.6.4' +__version__ = '0.6.5' from dwave.preprocessing import * import dwave.preprocessing.composites