From ad3d23094bbd8b1f5586b48b883b2e48d6587e49 Mon Sep 17 00:00:00 2001 From: Alex Shchukin Date: Mon, 24 Aug 2020 20:35:46 -0700 Subject: [PATCH] Increased version to 0.5.7 --- crossplane/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossplane/__init__.py b/crossplane/__init__.py index 024d0a2..6a69217 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.6' +__version__ = '0.5.7' __author__ = 'Arie van Luttikhuizen' __email__ = 'aluttik@gmail.com'