diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c8b8a..0057b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project are documented here. ## Unreleased +## 0.1.2 - 2026-05-15 + - Add README links to runnable framework examples and free anti-spam tools. - Add package metadata links for examples, tools, and pricing. - Harden GitHub Actions permissions and add OSS readiness files. diff --git a/pyproject.toml b/pyproject.toml index cab3a65..f16e072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "siftfy" -version = "0.1.1" +version = "0.1.2" description = "Official Python client for the Siftfy spam-classification API." readme = "README.md" license = { text = "MIT" } diff --git a/src/siftfy/_version.py b/src/siftfy/_version.py index 485f44a..b3f4756 100644 --- a/src/siftfy/_version.py +++ b/src/siftfy/_version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"