From 858688234be959a18cd6a39bc2aeab40e3cd4f57 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Mon, 16 Sep 2024 12:32:18 +0200 Subject: [PATCH] bump: v1.0.0 --- src/lamberthub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lamberthub/__init__.py b/src/lamberthub/__init__.py index b9c7838..2d6ba34 100644 --- a/src/lamberthub/__init__.py +++ b/src/lamberthub/__init__.py @@ -9,7 +9,7 @@ from lamberthub.universal_solvers.vallado import vallado2013 __author__ = "Jorge Martinez Garrido" -__version__ = "1.0.0a3" +__version__ = "1.0.0" ALL_SOLVERS = [ gauss1809,