From 9037609679e579438ef72da3fb3443307446c830 Mon Sep 17 00:00:00 2001 From: kuzmoyev Date: Fri, 18 Oct 2024 10:15:34 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c580824..0a8ee8d 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ here = os.path.abspath(os.path.dirname(__file__)) -VERSION = '2.4.0' +VERSION = '2.5.0' class UploadCommand(Command):