diff --git a/dwave/samplers/__init__.py b/dwave/samplers/__init__.py index a606412..f66d4e7 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 *