From f91697e2f083756f1c1f63016a88095ac53af354 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 22 Sep 2022 13:39:17 +0400 Subject: [PATCH] Increased version to 0.5.8 --- crossplane/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossplane/__init__.py b/crossplane/__init__.py index 6a69217..e4fe9d2 100644 --- a/crossplane/__init__.py +++ b/crossplane/__init__.py @@ -11,7 +11,7 @@ __summary__ = 'Reliable and fast NGINX configuration file parser.' __url__ = 'https://github.com/nginxinc/crossplane' -__version__ = '0.5.7' +__version__ = '0.5.8' __author__ = 'Arie van Luttikhuizen' __email__ = 'aluttik@gmail.com'