From 9daed32d3a5331ffd9604437d7ffa1cdd7229155 Mon Sep 17 00:00:00 2001 From: Radomir Stevanovic Date: Mon, 4 Oct 2021 06:52:24 -0700 Subject: [PATCH] Release 0.3.1.post0 Fixes --- - Pin dimod for stable builds --- 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 b065ad2..f942073 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.3.1' +__version__ = '0.3.1.post0' from dwave.preprocessing import * import dwave.preprocessing.composites