We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e0e9e commit 00dbd43Copy full SHA for 00dbd43
hypernets/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding:utf-8 -*-
2
__author__ = 'yangjian'
3
-__version__ = '0.2.5.4'
+__version__ = '0.2.5.5'
setup.py
@@ -72,6 +72,8 @@ def read_extra_requirements():
72
'Programming Language :: Python :: 3.6',
73
'Programming Language :: Python :: 3.7',
74
'Programming Language :: Python :: 3.8',
75
+ 'Programming Language :: Python :: 3.9',
76
+ 'Programming Language :: Python :: 3.10',
77
'Topic :: Scientific/Engineering',
78
'Topic :: Scientific/Engineering :: Artificial Intelligence',
79
'Topic :: Software Development',
0 commit comments