From 59519e43569c23ce27a818fe8cc38df599e5b88c Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Mon, 14 Jun 2021 17:45:48 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a87774..bf8c7c3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="colorlog", - version="6.1.1a1", + version="6.2.0a1", description="Add colours to the output of Python's logging module.", long_description=open("README.md").read(), long_description_content_type="text/markdown",