diff --git a/minorminer/package_info.py b/minorminer/package_info.py index a30c13d5..031e3f7c 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.7" +__version__ = "0.2.7.post0" __author__ = "Kelly Boothby" __authoremail__ = "boothby@dwavesys.com" __description__ = "heuristic algorithm to find graph minor embeddings"