Bumping version (#123)

This commit is contained in:
stevedodson 2020-02-05 09:59:54 +00:00 committed by GitHub
parent c5f5d00bb0
commit 4ac67a73ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,6 @@
__title__ = 'eland' __title__ = 'eland'
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
__url__ = 'https://github.com/elastic/eland' __url__ = 'https://github.com/elastic/eland'
__version__ = '7.5.1a3' __version__ = '7.5.1a4'
__maintainer__ = 'Elasticsearch B.V.' __maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = 'steve.dodson@elastic.co' __maintainer_email__ = 'steve.dodson@elastic.co'