From f3388f16b2a9ef326e560f7350325475144cfa31 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 30 May 2022 06:23:38 +0000 Subject: [PATCH] [skip ci] Bump Version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8977e199..1e862735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pytest_plugins = ["pytest_profiling"] [tool.poetry] name = "deskew" -version = "1.0.21" +version = "1.0.22" description = "Skew detection and correction in images containing text" readme = "README.md" authors = ["Stéphane Brunner "]