diff --git a/pyproject.toml b/pyproject.toml index 12c0029..05d09e4 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.0.0" +version = "1.1.0" dependencies = [ "cryptography",