From f28128d1e04572f1648e571eff52c28e53a1731c Mon Sep 17 00:00:00 2001 From: Joel Davies Date: Fri, 27 Mar 2026 10:47:19 +0000 Subject: [PATCH] Update version to v1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4ec22b..202b233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "object-storage-api" description = "Python microservice providing an API for handling attachments and images in an S3 object store." readme = "README.md" requires-python = ">=3.13" -version = "1.2.0" +version = "1.3.0" dependencies = [ "cryptography",