From ace29ba4a0c761db86f9c198a2d0cd738d1a31a3 Mon Sep 17 00:00:00 2001 From: Runzhong Wang <18309862+rogerwwww@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:16:47 +0800 Subject: [PATCH] version 0.0.4 --- LinSATNet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinSATNet/__init__.py b/LinSATNet/__init__.py index b92614f..d6c0182 100644 --- a/LinSATNet/__init__.py +++ b/LinSATNet/__init__.py @@ -5,5 +5,5 @@ # Code author: Runzhong Wang (runzhong.wang@outlook.com) from .linsat import linsat_layer -__version__ = '0.0.3' +__version__ = '0.0.4' __author__ = 'Runzhong Wang'