From 05710a5935fa4178b1ebc99aab9a7add567dd78e Mon Sep 17 00:00:00 2001 From: Deepak Soni Date: Tue, 12 Mar 2024 20:12:08 +0530 Subject: [PATCH] bump PyPI version to v5.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce97965..c12e8f7 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup from pathlib import Path -version = "5.2.9" +version = "5.3.0" long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8").replace( "[!IMPORTANT]", "**Important:**"