From f070078e7d9aa1732c4d12a58e98776eb53f4ce1 Mon Sep 17 00:00:00 2001 From: roger <18309862+rogerwwww@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:18:58 -0500 Subject: [PATCH] version 0.5.0 --- pygmtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtools/__init__.py b/pygmtools/__init__.py index ff464c9..7c126ee 100644 --- a/pygmtools/__init__.py +++ b/pygmtools/__init__.py @@ -18,7 +18,7 @@ set_backend = utils.set_backend BACKEND = 'numpy' -__version__ = '0.4.3a' +__version__ = '0.5.0' __author__ = 'ThinkLab at SJTU' SUPPORTED_BACKENDS = [