From 0981c74da9bfc48833bc55e7157abf253f9faed7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 27 Oct 2025 11:22:11 +0900 Subject: [PATCH] v0.32.0: add email sending --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd1c287..432e95d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.31.1" +version = "0.32.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 9abccde..5185c6f 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.31.1" +version = "0.32.0" source = { editable = "." } dependencies = [ { name = "cryptography" },