1
0

chore: version 1.0.7
All checks were successful
Deploy Tools / build-package (push) Successful in 22s

This commit is contained in:
Jonathan Hoffstadt 2024-09-26 20:01:18 -05:00
parent 20efbca84d
commit 3023007348
4 changed files with 6 additions and 6 deletions

View File

@ -190,8 +190,8 @@ def generate_build(name, user_options = None):
helper.set_indent(4)
helper.add_line('PL_HOT_RELOAD_STATUS=1')
helper.print_space()
helper.print_line('echo ${BOLD}${WHITE}${RED_BG}--------${GREEN_BG} HOT RELOADING ${RED_BG}--------${NC}')
helper.print_line('echo')
helper.print_line('${BOLD}${WHITE}${RED_BG}--------${GREEN_BG} HOT RELOADING ${RED_BG}--------${NC}')
helper.print_space()
helper.set_indent(0)
helper.add_line('else')
helper.set_indent(4)

View File

@ -194,8 +194,8 @@ def generate_build(name, user_options = None):
helper.set_indent(4)
helper.add_line('PL_HOT_RELOAD_STATUS=1')
helper.print_space()
helper.print_line('echo ${BOLD}${WHITE}${RED_BG}--------${GREEN_BG} HOT RELOADING ${RED_BG}--------${NC}')
helper.print_line('echo')
helper.print_line('${BOLD}${WHITE}${RED_BG}--------${GREEN_BG} HOT RELOADING ${RED_BG}--------${NC}')
helper.print_space()
helper.set_indent(0)
helper.add_line('else')
helper.set_indent(4)

View File

@ -14,7 +14,7 @@
# [SECTION] version
#-----------------------------------------------------------------------------
__version__ = "1.0.6"
__version__ = "1.0.7"
#-----------------------------------------------------------------------------
# [SECTION] imports

View File

@ -2,7 +2,7 @@ import setuptools
from codecs import open
import os
wip_version = "1.0.6"
wip_version = "1.0.7"
def readme():
try: