Skip to content

Commit a5bda02

Browse files
committed
0.2.1
1 parent c97ae6f commit a5bda02

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ members = ["zbl", "zbl_py"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.0"
6+
version = "0.2.1"

zbl_py/pyproject.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
[project]
22
name = "zbl"
3-
version = "0.2.0"
3+
description = "real-time window capture library based on D3D11 and Windows.Graphics.Capture"
4+
version = "0.2.1"
45
readme = "../README.md"
56
requires-python = ">=3.7"
67
license = { file = "../LICENSE.txt" }
78
keywords = ["windows", "d3d11", "window-capture", "graphics-capture", "cv"]
89
dependencies = ["numpy"]
910
classifiers = [
1011
"Development Status :: 3 - Alpha",
11-
"Programming Language :: Python",
1212
"Programming Language :: Rust",
13+
"Programming Language :: Python",
14+
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python :: 3.7",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
1321
]
1422

23+
[project.urls]
24+
Homepage = "https://github.com/modelflat/zbl"
25+
Repository = "https://github.com/modelflat/zbl"
26+
1527
[project.optional-dependencies]
1628
example = ["opencv-python~=4.6.0"]
1729

0 commit comments

Comments
 (0)