Version bump & gitignore for bytefiles

This commit is contained in:
SimplifiedPrivacy 2026-07-03 17:19:41 -04:00
parent 8b17b74e56
commit 2f0ffe0351
3 changed files with 16 additions and 4 deletions

16
.gitignore vendored
View file

@ -1,6 +1,18 @@
.dev .dev
may23.py
old_main.py
.idea .idea
.venv .venv
dist dist
gui/__pycache__/
gui/__pycache__
__pycache__
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
venv/
.env

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sp-hydra-veil-gui" name = "sp-hydra-veil-gui"
version = "2.4.4" version = "2.4.5"
authors = [ authors = [
{ name = "Simplified Privacy" }, { name = "Simplified Privacy" },
] ]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
] ]
dependencies = [ dependencies = [
"sp-hydra-veil-core == 2.3.7", "sp-hydra-veil-core == 2.3.8",
"pyperclip ~= 1.9.0", "pyperclip ~= 1.9.0",
"pyqt6 ~= 6.7.1", "pyqt6 ~= 6.7.1",
"qrcode[pil] ~= 8.2" "qrcode[pil] ~= 8.2"