diff --git a/dwave/samplers/__init__.py b/dwave/samplers/__init__.py index f66d4e7..b7d4f36 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.1.0' +__version__ = '1.2.0' from dwave.samplers.greedy import *