From f410f656dfa6051b1ae5eb4ab850dd9dd3b1d091 Mon Sep 17 00:00:00 2001 From: Roelof van Dijk Date: Fri, 17 May 2024 13:50:07 +0200 Subject: [PATCH] chore: internal versioning --- rpcm/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcm/__about__.py b/rpcm/__about__.py index 7af5553..54a3529 100644 --- a/rpcm/__about__.py +++ b/rpcm/__about__.py @@ -1,6 +1,6 @@ __title__ = "rpcm" __description__ = "Rational Polynomial Camera Model for optical satellite images." __url__ = 'https://github.com/centreborelli/rpcm' -__version__ = "1.4.10" +__version__ = "1.4.10+overstory0" __author__ = "Carlo de Franchis" __author_email__ = 'carlo.de-franchis@ens-paris-saclay.fr'