From 2bfc572e6132faf15f4ef41d5262f67d7e3477f2 Mon Sep 17 00:00:00 2001 From: Heidi Tong Date: Thu, 20 May 2021 08:14:20 -0700 Subject: [PATCH] Release 0.1.1rc1 Changes since 0.1.0: Fixes ----- - Fix importing of composites #9 --- 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 485cd1d..12e064e 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.1.0' +__version__ = '0.1.1rc1' from dwave.preprocessing import * from dwave.preprocessing.composites import *