From 5b01a685c078291d9d48196568417bb4b0c573b1 Mon Sep 17 00:00:00 2001 From: Latiff Danieyal Date: Thu, 2 Jul 2026 11:14:40 +0800 Subject: [PATCH 1/2] chore: bump version to 0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c245c55..0d620a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-mytnb" -version = "0.5.2" +version = "0.5.3" description = "Python library to interface with the myTNB API (Tenaga Nasional Berhad)" readme = "README.md" license = "MIT" From 48860c3f204b0924f4d4ac25c9f5c66382c2890a Mon Sep 17 00:00:00 2001 From: Latiff Danieyal Date: Thu, 2 Jul 2026 11:14:40 +0800 Subject: [PATCH 2/2] chore: bump version to 0.5.3 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c245c55..0d620a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-mytnb" -version = "0.5.2" +version = "0.5.3" description = "Python library to interface with the myTNB API (Tenaga Nasional Berhad)" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index b41a3e8..9fd8c56 100644 --- a/uv.lock +++ b/uv.lock @@ -600,7 +600,7 @@ wheels = [ [[package]] name = "python-mytnb" -version = "0.5.2" +version = "0.5.3" source = { editable = "." } dependencies = [ { name = "cryptography" },