From f9b0669286be88157539e62765a91a85cfd74f8f Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Wed, 20 Nov 2024 02:28:48 +0700 Subject: [PATCH] Increase version postfix --- pygmtsar/pygmtsar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmtsar/pygmtsar/__init__.py b/pygmtsar/pygmtsar/__init__.py index d339dce..7b00854 100644 --- a/pygmtsar/pygmtsar/__init__.py +++ b/pygmtsar/pygmtsar/__init__.py @@ -7,7 +7,7 @@ # # Licensed under the BSD 3-Clause License (see LICENSE for details) # ---------------------------------------------------------------------------- -__version__ = '2024.8.30.post3' +__version__ = '2024.8.30.post4' # unified progress indicators from .tqdm_joblib import tqdm_joblib