Skip to content

Commit da832aa

Browse files
committed
chore: finalize version 0.8.0
1 parent 78de4d3 commit da832aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8.0.dev"
7+
version = "0.8.0"
88
description = "Zero-dependency image processing library"
99
readme = "README.md"
1010
authors = [{name = "zignal contributors"}]

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .zignal,
3-
.version = "0.8.0-dev",
3+
.version = "0.8.0",
44
.fingerprint = 0x5303c43db377b63a,
55
.minimum_zig_version = "0.16.0-dev.368+2a97e0af6",
66
.dependencies = .{},

0 commit comments

Comments
 (0)