From 04833dbf2c5c6004f50cae4f374612be0d3f5c87 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Thu, 7 Nov 2024 21:32:01 +0100 Subject: [PATCH] deploy: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6d3a65..48485b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streaming-form-data" -version = "1.18.1" +version = "1.19.0" description = "Streaming parser for multipart/form-data" authors = ["Siddhant Goel "] license = "MIT"