diff --git a/pyproject.toml b/pyproject.toml index 2ea91c7..3493ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soosef" -version = "0.1.0" +version = "0.2.0" description = "Soo Security Fieldkit — offline-first security toolkit for journalists, NGOs, and at-risk organizations" readme = "README.md" license = "MIT" diff --git a/src/soosef/__init__.py b/src/soosef/__init__.py index 7e3bf35..bf4aecb 100644 --- a/src/soosef/__init__.py +++ b/src/soosef/__init__.py @@ -11,4 +11,4 @@ Part of the Soo Suite: - SooSeF: unified fieldkit with killswitch, dead man's switch, and key management """ -__version__ = "0.1.0" +__version__ = "0.2.0"