From 48a5163ebd288eb80f1b7615ea84809715c24aa3 Mon Sep 17 00:00:00 2001 From: Yoni Date: Fri, 15 May 2026 06:46:35 -0400 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- src/siftfy/_version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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"