From 3e875351ecf146ebed73adeacb62a11cba97e7b8 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:37:05 +0100 Subject: [PATCH] chore: bump version to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e90954..8484692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">=3.9" [tool.poetry] name = "dvla_vehicle_enquiry_service" -version = "1.0.0" +version = "1.0.1" description = "Python SDK for DVLA Vehicle Enquiry Service API" authors = ["tigattack <10629864+tigattack@users.noreply.github.com>"] readme = "README.md"