From 00dbd438093ec2d5f03f516d7d160a915af7125f Mon Sep 17 00:00:00 2001 From: lixfz Date: Mon, 5 Sep 2022 13:21:24 +0800 Subject: [PATCH] Upgrade to 0.2.5.5 --- hypernets/__init__.py | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hypernets/__init__.py b/hypernets/__init__.py index 62ad574a..9ef8b653 100644 --- a/hypernets/__init__.py +++ b/hypernets/__init__.py @@ -1,3 +1,3 @@ # -*- coding:utf-8 -*- __author__ = 'yangjian' -__version__ = '0.2.5.4' +__version__ = '0.2.5.5' diff --git a/setup.py b/setup.py index 226df7b0..56c13f83 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,8 @@ def read_extra_requirements(): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Software Development',