Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaigie committed Dec 31, 2023
1 parent c5320b3 commit f5481c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "stream_infer"
version = "0.1.3"
version = "0.2.0"
description = "Real-time/offline inference framework for video and streaming media"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion src/stream_infer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.2.0"

from .inference import Inference
from .player import Player
Expand Down

0 comments on commit f5481c4

Please sign in to comment.