From d6aefa5258625747a12cf9b60735461f2b71a1d6 Mon Sep 17 00:00:00 2001 From: roger <18309862+rogerwwww@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:49:50 +0800 Subject: [PATCH] version 0.2.11 --- pygmtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtools/__init__.py b/pygmtools/__init__.py index 53e80d45..7e890f68 100644 --- a/pygmtools/__init__.py +++ b/pygmtools/__init__.py @@ -5,7 +5,7 @@ from .neural_solvers import pca_gm, ipca_gm, cie, ngm import pygmtools.utils as utils BACKEND = 'numpy' -__version__ = '0.2.10' +__version__ = '0.2.11' __author__ = 'ThinkLab at SJTU'