Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
store version in __init__.py
  • Loading branch information
senyai committed Jan 21, 2025
1 parent 48d42ed commit e3405fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[project]
name = "videoreader"
version = "0.0.2"
dynamic = ["version"]
authors = [
{ name="Arseniy Terekhin", email="[email protected]" },
]
license = {text = "MIT"}
readme = "README.md"
description = "Video capture library"
requires-python = ">=3.10"
classifiers = [
Expand Down
2 changes: 2 additions & 0 deletions python/videoreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from ._videoreader import ffi
from pathlib import Path

__version__ = "0.0.3"


path = str(Path(__file__).parent / "libvideoreader_c.so")
try:
Expand Down

0 comments on commit e3405fd

Please sign in to comment.