We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78de4d3 commit da832aaCopy full SHA for da832aa
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "zignal-processing"
7
-version = "0.8.0.dev"
+version = "0.8.0"
8
description = "Zero-dependency image processing library"
9
readme = "README.md"
10
authors = [{name = "zignal contributors"}]
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .zignal,
3
- .version = "0.8.0-dev",
+ .version = "0.8.0",
.fingerprint = 0x5303c43db377b63a,
.minimum_zig_version = "0.16.0-dev.368+2a97e0af6",
.dependencies = .{},
0 commit comments