More CI/CD fixes and stuff (automation goodness).

This commit is contained in:
Aaron D. Lee
2025-12-30 00:28:58 -05:00
parent 72468e7972
commit 5ed25f706f
17 changed files with 2596 additions and 233 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "stegasoo"
version = "2.0.1"
version = "2.2.0"
description = "Secure steganography with hybrid photo + passphrase + PIN authentication"
readme = "README.md"
license = "MIT"
@@ -47,6 +47,9 @@ cli = [
"click>=8.0.0",
"qrcode>=7.30"
]
compression = [
"lz4>=4.0.0",
]
web = [
"flask>=3.0.0",
"gunicorn>=21.0.0",