diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-03 01:07:34 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-03 01:07:34 +0000 |
| commit | 2816186687ebe103aaaa23191dd12ead3cf1c438 (patch) | |
| tree | 9d948cf455efc4259cb04651edcbcde614129cd5 | |
| parent | 70660d729748843c8565e22b72519f9fff61bace (diff) | |
| download | gdpr-obfuscator-0.1.1.tar.gz gdpr-obfuscator-0.1.1.zip | |
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 592d880..fa70989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gdpr-obfuscator" -version = "0.1.0" +version = "0.1.1" description = "A Python library designed to detect and remove Personally Identifiable Information (PII) from CSV files stored in an AWS S3 bucket." authors = [{ name = "Alex Schofield", email = "git@ajschof.me>"}] readme = "README.md" |
