From 52f0f771401466ebdb8e696ddf787a96cfb72dd9 Mon Sep 17 00:00:00 2001 From: roger <18309862+rogerwwww@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:22:12 +0800 Subject: [PATCH] version 0.3.1 --- pygmtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtools/__init__.py b/pygmtools/__init__.py index 5c0582dc..415e7a02 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.3.0' +__version__ = '0.3.1' __author__ = 'ThinkLab at SJTU'