From 20c99e37f6f210530d6822b573141e8bb2127116 Mon Sep 17 00:00:00 2001 From: Kelly Boothby Date: Mon, 23 Jan 2023 14:27:01 -0800 Subject: [PATCH] bump version (#230) --- minorminer/package_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minorminer/package_info.py b/minorminer/package_info.py index 2e6661a4..8911b6a2 100644 --- a/minorminer/package_info.py +++ b/minorminer/package_info.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.10" +__version__ = "0.2.11" __author__ = "Kelly Boothby" __authoremail__ = "boothby@dwavesys.com" __description__ = "heuristic algorithm to find graph minor embeddings"