From 6b336abd0402519ce8de95952665b8f99cbd3e10 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Fri, 21 Jul 2023 13:06:00 -0700 Subject: [PATCH] Update version 1.0.0 -> 1.1.0 --- dwave/samplers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwave/samplers/__init__.py b/dwave/samplers/__init__.py index a6064120..f66d4e72 100644 --- a/dwave/samplers/__init__.py +++ b/dwave/samplers/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.0.0' +__version__ = '1.1.0' from dwave.samplers.greedy import *