From 31152cf7bac37847d1f05c565985193d6cc8a106 Mon Sep 17 00:00:00 2001 From: roger <18309862+rogerwwww@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:48:30 -0500 Subject: [PATCH] version 0.4.3 --- pygmtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtools/__init__.py b/pygmtools/__init__.py index 183fb42..28dc8c9 100644 --- a/pygmtools/__init__.py +++ b/pygmtools/__init__.py @@ -18,7 +18,7 @@ set_backend = utils.set_backend BACKEND = 'numpy' -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'ThinkLab at SJTU' SUPPORTED_BACKENDS = [