From 1226721bc0f261e0faa58d7431ccc3cd3067f906 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 24 Oct 2025 10:07:28 +0900 Subject: [PATCH] v0.30.0: add datetime and timestamp handling --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec41582..74fa02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.29.0" +version = "0.30.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 02fd2dc..39aae2e 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.29.0" +version = "0.30.0" source = { editable = "." } dependencies = [ { name = "cryptography" },