diff --git a/.gitignore b/.gitignore index b9abb25..35d8912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,18 @@ .dev -may23.py -old_main.py .idea .venv dist +gui/__pycache__/ +gui/__pycache__ +__pycache__ +*.pyc +__pycache__/ +*.pyo +*.pyd +.Python +*.egg-info/ +dist/ +build/ +venv/ +.env + diff --git a/gui/__pycache__/main_ui.cpython-312.pyc b/gui/__pycache__/main_ui.cpython-312.pyc deleted file mode 100644 index 6290440..0000000 Binary files a/gui/__pycache__/main_ui.cpython-312.pyc and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index 572b4fe..10950c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sp-hydra-veil-gui" -version = "2.4.4" +version = "2.4.5" authors = [ { name = "Simplified Privacy" }, ] @@ -12,7 +12,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ - "sp-hydra-veil-core == 2.3.7", + "sp-hydra-veil-core == 2.3.8", "pyperclip ~= 1.9.0", "pyqt6 ~= 6.7.1", "qrcode[pil] ~= 8.2"