From 93abc17eef413e3ab73debbdcc04fb1db989743d Mon Sep 17 00:00:00 2001 From: "Brandon M. Petty" Date: Sat, 24 Jun 2023 13:04:49 -0500 Subject: [PATCH] Update setup.py for version update 0.9.2 --- Bindings/Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings/Python/setup.py b/Bindings/Python/setup.py index d4e51cb..0e21921 100644 --- a/Bindings/Python/setup.py +++ b/Bindings/Python/setup.py @@ -28,7 +28,7 @@ description="An image binarization library focussing on local adaptive thresholding", long_description=long_description, long_description_content_type="text/markdown", - version="0.9.1", + version="0.9.2", url="https://github.com/brandonmpetty/doxa", license="CC0-1.0", ext_modules=ext_modules