Skip to content

Commit 1c62226

Browse files
committed
v0.5.0
1 parent 85132a9 commit 1c62226

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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,7 +3,7 @@ members = ["zbl", "zbl_py"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.0"
6+
version = "0.5.0"
77

88
[profile.release]
99
strip = true

zbl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "zbl"
33
description = "real-time window capture library based on D3D11 and Windows.Graphics.Capture"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
readme = "../README.md"
66
requires-python = ">=3.7"
77
license = { file = "../LICENSE.txt" }

0 commit comments

Comments
 (0)