Skip to content

Commit bcfef50

Browse files
authored
Merge pull request #5 from mortacious/mortacious/version_update
Mortacious/version update
2 parents 56c7602 + cc562d9 commit bcfef50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

numba_progress/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ def import_module_from_path(path):
4747
],
4848
license="MIT",
4949
classifiers=[
50+
"Programming Language :: Python :: 3.6",
5051
"Programming Language :: Python :: 3.7",
5152
"Programming Language :: Python :: 3.8",
5253
"Programming Language :: Python :: 3.9",
54+
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
5356
"License :: OSI Approved :: MIT License",
5457
"Operating System :: POSIX :: Linux",
5558
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)