From cd7a7d005247044e0634733ca8ee0433c7a7adf0 Mon Sep 17 00:00:00 2001 From: dfunckt Date: Mon, 2 Sep 2024 18:55:30 +0300 Subject: [PATCH] Update __init__.py --- rules/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/__init__.py b/rules/__init__.py index eacb9f7..004030e 100644 --- a/rules/__init__.py +++ b/rules/__init__.py @@ -21,4 +21,4 @@ test_rule, ) -VERSION = (3, 4, 0, "final", 1) +VERSION = (3, 5, 0, "final", 1)