diff --git a/gget/__init__.py b/gget/__init__.py index abac429f..7eeeda5d 100644 --- a/gget/__init__.py +++ b/gget/__init__.py @@ -24,6 +24,6 @@ # Mute numexpr threads info logging.getLogger("numexpr").setLevel(logging.WARNING) -__version__ = "0.28.1" +__version__ = "0.28.2" __author__ = "Laura Luebbert" __email__ = "lauraluebbert@caltech.edu"