From ec26087ae9634a790dee4b667119d113ea8a0668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space> Date: Fri, 18 Oct 2024 16:49:50 +0200 Subject: [PATCH] pyproject.toml: pump orekit jpype to 12.2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc56e51..3f50aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "orekit_jpype" -version = "12.1.3.0" +version = "12.2.0.0" 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