Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed May 19, 2024
1 parent 4d56775 commit 4178e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ZX3_Downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import ssl
import socket
import shutil
from builders import (build_zxt_file, build_arc_files)
from utils import load_db, chk_or_obtain
from checkers import (chk_files_cache, chk_zip_cache, chk_mra_cache,
chk_or_download_autoboot)
from utils import load_db, chk_or_obtain
from builders import (build_zxt_file, build_arc_files)

__MY_VERSION__ = '1.1.0'
__MY_VERSION__ = '1.1.1'

MY_BASEPATH: str = os.path.dirname(sys.argv[0])
MY_DIRPATH: str = os.path.abspath(MY_BASEPATH)
Expand Down
2 changes: 1 addition & 1 deletion builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import pathlib
import os
import logging
from checkers import chk_or_download_mrabin
from utils import run_process
from checkers import chk_or_download_mrabin

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 4178e46

Please sign in to comment.