We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent bbe0fe0 commit 3c284dfCopy full SHA for 3c284df
2 files changed
pyproject.toml
@@ -34,8 +34,6 @@ classifiers = [
34
"Programming Language :: Python :: 3.12",
35
"Topic :: Software Development",
36
"Topic :: Scientific/Engineering",
37
- "Topic :: Computer Vision",
38
- "Topic :: Multiple Stream Inference",
39
"Topic :: Multimedia :: Video :: Display",
40
"Topic :: Software Development :: Libraries :: Python Modules",
41
"Operating System :: POSIX :: Linux",
streamgrid/__init__.py
@@ -1,8 +1,8 @@
1
"""StreamGrid - Ultra-fast multi-stream video display"""
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.3"
4
5
from .grid import StreamGrid
6
from .utils import optimize
7
8
-__all__ = ["StreamGrid"]
+__all__ = ["StreamGrid"]
0 commit comments