From 77d88f22e7982a8ed0e2efd014e2c9eb394484cc Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Tue, 27 Feb 2024 09:39:22 +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 68d3808d..fca47127 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.2.21.post3' +__version__ = '2024.2.21.post4' # unified progress indicators from .tqdm_joblib import tqdm_joblib