From 0e6331fa6a5fb2668213c8326c9603dfa138e701 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 6 Nov 2025 13:25:46 +0900 Subject: [PATCH] v0.33.0: datetime parsing update --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f78896..dc56027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.32.0" +version = "0.33.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 5185c6f..70e63ad 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.32.0" +version = "0.33.0" source = { editable = "." } dependencies = [ { name = "cryptography" },