diff --git a/eland/__version__.py b/eland/__version__.py index 476b73c..56f6d5b 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.x' +__version__ = '7.5' __maintainer__ = 'Elasticsearch B.V.' __maintainer_email__ = 'steve.dodson@elastic.co'