From a751f971d41f39c4d62d9f29989437bb31b1aeb3 Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Sat, 17 Feb 2024 18:11:40 +0700 Subject: [PATCH] Increase PyPI library 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 2b750e81..6fd21643 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.15.post3' +__version__ = '2024.2.15.post4' # unified progress indicators from .tqdm_joblib import tqdm_joblib