Skip to content

Commit 3c284df

Browse files
Update pyproject.toml (#18)
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
1 parent bbe0fe0 commit 3c284df

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ classifiers = [
3434
"Programming Language :: Python :: 3.12",
3535
"Topic :: Software Development",
3636
"Topic :: Scientific/Engineering",
37-
"Topic :: Computer Vision",
38-
"Topic :: Multiple Stream Inference",
3937
"Topic :: Multimedia :: Video :: Display",
4038
"Topic :: Software Development :: Libraries :: Python Modules",
4139
"Operating System :: POSIX :: Linux",

streamgrid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""StreamGrid - Ultra-fast multi-stream video display"""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.3"
44

55
from .grid import StreamGrid
66
from .utils import optimize
77

8-
__all__ = ["StreamGrid"]
8+
__all__ = ["StreamGrid"]

0 commit comments

Comments
 (0)