From b206883d46a0f49e0eecc14bbf39d8daa6ad30a5 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Sat, 29 Feb 2020 15:53:45 +0000 Subject: [PATCH] Release 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 436baa6..645587c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libthumbor" -version = "2.0.0" +version = "2.0.1" description = "libthumbor is the python extension to generate thumbor URLs" authors = ["Bernardo Heynemann "] readme = "README.md"