Browse Source

[U] Release v1.0.2

Azalea (on HyDEV-Daisy) 3 years ago
parent
commit
6209018caa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hyfetch/__init__.py

+ 1 - 1
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__':