From fb76af658f4a16c1486db10192775be2d430c2b1 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Sat, 1 Feb 2025 17:47:26 +0100 Subject: [PATCH] bumps to 3.0.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80d82627..f8763f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dlt-pendulum" -version = "3.0.1" +version = "3.0.2" description = "Python datetimes made easy" readme = "README.rst" requires-python = ">=3.9" @@ -32,7 +32,7 @@ Repository = "https://github.com/sdispater/pendulum" [tool.poetry] name = "dlt-pendulum" -version = "3.0.1" +version = "3.0.2" description = "Python datetimes made easy" authors = ["Sébastien Eustace "] license = "MIT"