Skip to content

Commit d31ece7

Browse files
committed
chore: fix version
1 parent bee604c commit d31ece7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "astroz"
7-
version = "0.10.0"
7+
version = "0.12.0"
88
description = "Python bindings for astroz - high-performance astrodynamics library"
99
readme = "README.md"
1010
requires-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 = .astroz,
3-
.version = "0.11.0",
3+
.version = "0.12.0",
44
.fingerprint = 0x2d8583fca695159f, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.16.0",
66
.dependencies = .{

0 commit comments

Comments
 (0)