We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56c7602 + cc562d9 commit bcfef50Copy full SHA for bcfef50
numba_progress/_version.py
@@ -1 +1 @@
1
-__version__ = "0.0.3"
+__version__ = "0.0.4"
setup.py
@@ -47,9 +47,12 @@ def import_module_from_path(path):
47
],
48
license="MIT",
49
classifiers=[
50
+ "Programming Language :: Python :: 3.6",
51
"Programming Language :: Python :: 3.7",
52
"Programming Language :: Python :: 3.8",
53
"Programming Language :: Python :: 3.9",
54
+ "Programming Language :: Python :: 3.10",
55
+ "Programming Language :: Python :: 3.11",
56
"License :: OSI Approved :: MIT License",
57
"Operating System :: POSIX :: Linux",
58
"Intended Audience :: Developers",
0 commit comments