bump: release v0.2.0

Former-commit-id: f7d0972057
This commit is contained in:
anoracleofra-code
2026-03-08 14:27:54 -06:00
parent ffb3041a2b
commit c8f3812fbf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import zipfile
def create_clean_zip():
zip_name = 'ShadowBroker_v0.1.zip'
zip_name = 'ShadowBroker_v0.2.zip'
exclude_dirs = {'.git', 'node_modules', 'venv', '.next', '__pycache__'}
exclude_files = {zip_name, 'zip_repo.py', '.env', '.env.local'}