From 566ef7cfe966e912b4553c0409db236d7b576cc2 Mon Sep 17 00:00:00 2001 From: CasperWA Date: Wed, 13 Oct 2021 22:10:01 +0000 Subject: [PATCH] Release v2.5.0 --- push_action/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push_action/__init__.py b/push_action/__init__.py index 40b01f0..323ae95 100644 --- a/push_action/__init__.py +++ b/push_action/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.4.1" +__version__ = "2.5.0" __author__ = "Casper Welzel Andersen"