From 233231318e915ef02b84de4781260650fb4a9643 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space>
Date: Mon, 15 Jul 2024 09:45:54 +0200
Subject: [PATCH] pyproject.toml: upgrade version to 12.1.2.0

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index e7f0523..0193384 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ allow-direct-references = true
 
 [project]
 name = "orekit_jpype"
-version = "12.1.1.0"
+version = "12.1.2.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