Skip to content

Commit

Permalink
Add 'utils' module import. Increase library version postfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jan 31, 2024
1 parent 719309c commit cb467a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pygmtsar/pygmtsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#
# Licensed under the BSD 3-Clause License (see LICENSE for details)
# ----------------------------------------------------------------------------
__version__ = '2024.1.21.post6'

# unified progress indicators
from .tqdm_joblib import tqdm_joblib
from .tqdm_dask import tqdm_dask
Expand All @@ -22,5 +24,5 @@
from .ASF import ASF
# XYZ tiles downloading
from .XYZTiles import XYZTiles

__version__ = '2024.1.21.post5'
# a set of utils
from .utils import utils

0 comments on commit cb467a1

Please sign in to comment.