Skip to content

Commit de88a0f

Browse files
committed
updated project structure
1 parent ac084eb commit de88a0f

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def check_ffmpeg():
1919
if not check_ffmpeg():
2020
raise RuntimeError("FFmpeg is required but not found on the system.")
2121

22-
__version__ = "1.0.1"
22+
__version__ = "1.0.2"
2323

2424
__all__ = [
2525
'VideoAnalyzer',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openscenesense"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{ name = "Rohit Yelukati Mahendra", email = "mahendrarohittigon@gmail.com" },
1010
]

0 commit comments

Comments
 (0)