Skip to content

Commit 73a54b1

Browse files
committed
build: bump project versions and update minimum Zig
Update main project and Python binding versions to 0.5.1. Set minimum Zig version to 0.16.0-dev.164+bc7955306.
1 parent 88272cc commit 73a54b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bindings/python/pyproject.toml

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

55
[project]
66
name = "zignal-processing"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Zero-dependency image processing library"
99
readme = "README.md"
1010
authors = [{name = "zignal contributors"}]

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.{
22
.name = .zignal,
3-
.version = "0.6.0-dev",
3+
.version = "0.5.1",
44
.fingerprint = 0x5303c43db377b63a,
5-
.minimum_zig_version = "0.15.1",
5+
.minimum_zig_version = "0.16.0-dev.164+bc7955306",
66
.dependencies = .{},
77
.paths = .{
88
"build.zig",

examples/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.name = .zignal_examples,
33
.version = "0.0.0",
44
.fingerprint = 0xcf70e6a9b7002db6,
5-
.minimum_zig_version = "0.15.1",
5+
.minimum_zig_version = "0.16.0-dev.164+bc7955306",
66
.dependencies = .{
77
.zignal = .{
88
.path = "../",

0 commit comments

Comments
 (0)