We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea3bdd commit de8b9ccCopy full SHA for de8b9cc
setup.py
@@ -11,7 +11,7 @@
11
12
13
setup(name='dysregnet',
14
- version='0.0.4',
+ version='0.0.5',
15
description='DysRegNet',
16
long_description=README,
17
long_description_content_type="text/markdown",
@@ -24,6 +24,8 @@
24
"Programming Language :: Python :: 3.7",
25
"Programming Language :: Python :: 3.8",
26
"Programming Language :: Python :: 3.9",
27
+ "Programming Language :: Python :: 3.10",
28
+ "Programming Language :: Python :: 3.11",
29
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
30
"Topic :: Scientific/Engineering :: Bio-Informatics",
31
],
0 commit comments