From 7b71ed1f50144e7858d4a27e7f5762c12c719f43 Mon Sep 17 00:00:00 2001 From: Alex Shchukin Date: Thu, 13 Aug 2020 14:38:34 -0700 Subject: [PATCH] Increased version to 0.5.5 --- crossplane/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossplane/__init__.py b/crossplane/__init__.py index 0fc08a5..13f50bd 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.4' +__version__ = '0.5.5' __author__ = 'Arie van Luttikhuizen' __email__ = 'aluttik@gmail.com'