[U] Release 2.0.2

This commit is contained in:
Azalea Gui 2025-09-04 07:12:01 -04:00
parent beb04101db
commit a463f4234c
9 changed files with 14 additions and 12 deletions

View file

@ -1 +1 @@
VERSION = '2.0.1'
VERSION = '2.0.2'

View file

@ -3,7 +3,7 @@
from . import AsciiArt
nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
${c1}\\ \\ //
${c1} \\ \\ //
==\\__\\/ //
// \\//
==// //==
@ -11,4 +11,4 @@ nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
// /\\ \\==
// \\ \\
""")