From b535e69b92c494c4d521b0dd412b63426f662c36 Mon Sep 17 00:00:00 2001 From: stevedodson Date: Sat, 15 Feb 2020 16:14:48 +0100 Subject: [PATCH] Updating to 7.6.0a1 (#126) --- eland/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eland/_version.py b/eland/_version.py index 837006c..ce7b242 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -15,6 +15,6 @@ __title__ = 'eland' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __url__ = 'https://github.com/elastic/eland' -__version__ = '7.5.1a4' +__version__ = '7.6.0a1' __maintainer__ = 'Elasticsearch B.V.' __maintainer_email__ = 'steve.dodson@elastic.co'