From 28b77a7795eb6d5aba2c34a86af01fbd44583e28 Mon Sep 17 00:00:00 2001 From: William Niu Date: Fri, 17 Jan 2025 14:43:07 -0500 Subject: [PATCH] Bump version to 2.0.9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 483e92b..d44949f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "DeepTile" -version = "2.0.8" +version = "2.0.9" description = "Large image tiling and stitching library for scaling Python functions to arbitrary input image sizes." readme = "README.md" requires-python = ">=3.8"