From 09af609e0cc013571e2a2c3ad21c3c250e36f851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space> Date: Tue, 14 Jan 2025 14:39:24 +0100 Subject: [PATCH] bump version 12.2.1.0->12.2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66486ad..8e05a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "orekit_jpype" -version = "12.2.1.0" +version = "12.2.1.1" description = "A space dynamics library. This package is a jpype wrapping of the original orekit java code." readme = "README.md" authors = [{name = "Petrus Hyvönen", email = "petrus.hyvonen@gmail.com"}] -- GitLab