From 6de6fb5d520ea15d92916941968c014627d1db78 Mon Sep 17 00:00:00 2001 From: Iago Alonso Date: Thu, 26 Oct 2023 16:20:31 +0200 Subject: [PATCH] v0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0dc4e..8f0b823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "timezone-converter" -version = "0.12.1" +version = "0.13.0" description = "Compare your local timezone with foreign ones." license = "MIT" license-files = { paths = ["LICENSE"] }