diff --git a/gget/__init__.py b/gget/__init__.py index 70554088..bcbdd776 100644 --- a/gget/__init__.py +++ b/gget/__init__.py @@ -25,6 +25,6 @@ # Mute numexpr threads info logging.getLogger("numexpr").setLevel(logging.WARNING) -__version__ = "0.28.4" +__version__ = "0.28.5" __author__ = "Laura Luebbert" __email__ = "lauralubbert@gmail.com"