From 56c3335cd8c954b95ab3f7dce0fce17af2e7c21b Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Mon, 19 Dec 2022 11:58:20 -0800 Subject: [PATCH] Update version 0.5.3 -> 0.5.4 --- 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 04807fa..40bbd84 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.5.3' +__version__ = '0.5.4' from dwave.preprocessing import * import dwave.preprocessing.composites