Skip to content

Commit 81f6a8c

Browse files
committed
chore: bump version to 0.6.0 and mark as beta
Finalizes the version number across build files (pyproject.toml and build.zig.zon) for the 0.6.0 release. Updates the Python package classifier from Alpha (3) to Beta (4).
1 parent 4b1f463 commit 81f6a8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bindings/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zignal-processing"
7-
version = "0.6.0.dev"
7+
version = "0.6.0"
88
description = "Zero-dependency image processing library"
99
readme = "README.md"
1010
authors = [{name = "zignal contributors"}]
1111
license = "MIT"
1212
requires-python = ">=3.10"
1313
keywords = ["image-processing", "computer-vision", "zig", "native"]
1414
classifiers = [
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.10",

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.6.0-dev",
3+
.version = "0.6.0",
44
.fingerprint = 0x5303c43db377b63a,
55
.minimum_zig_version = "0.16.0-dev.368+2a97e0af6",
66
.dependencies = .{},

0 commit comments

Comments
 (0)