diff --git a/hyfetch/__init__.py b/hyfetch/__init__.py index 12c5e444..004c7c1e 100644 --- a/hyfetch/__init__.py +++ b/hyfetch/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations from . import main -__version__ = '1.0.1' +__version__ = '1.0.2' if __name__ == '__main__':