From d4d195b2d00f97021e697ba57376c9fc2490f3bb Mon Sep 17 00:00:00 2001 From: lixfz Date: Tue, 12 Dec 2023 16:49:08 +0800 Subject: [PATCH] Upgrade to 0.3.1 --- hypernets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypernets/__init__.py b/hypernets/__init__.py index 96d90ca..63c2e08 100644 --- a/hypernets/__init__.py +++ b/hypernets/__init__.py @@ -1,3 +1,3 @@ # -*- coding:utf-8 -*- __author__ = 'yangjian' -__version__ = '0.3.0' +__version__ = '0.3.1'