1 parent bee604c commit d31ece7Copy full SHA for d31ece7
2 files changed
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "astroz"
7
-version = "0.10.0"
+version = "0.12.0"
8
description = "Python bindings for astroz - high-performance astrodynamics library"
9
readme = "README.md"
10
requires-python = ">=3.10"
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .astroz,
3
- .version = "0.11.0",
+ .version = "0.12.0",
.fingerprint = 0x2d8583fca695159f, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
0 commit comments