Explorar el Código

[U] Release v1.0.4 - more flags!

Azalea (on HyDEV-Daisy) hace 3 años
padre
commit
2fc419476d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.3'
+__version__ = '1.0.4'
 
 
 if __name__ == '__main__':