Bump version to 8.0.0

This commit is contained in:
Seth Michael Larson 2021-12-02 08:41:11 -06:00
parent f98ebd4c29
commit 4e489de424
No known key found for this signature in database
GPG Key ID: DDF21D915C2B615E

View File

@ -18,7 +18,7 @@
__title__ = "eland" __title__ = "eland"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
__url__ = "https://github.com/elastic/eland" __url__ = "https://github.com/elastic/eland"
__version__ = "7.14.1b1" __version__ = "8.0.0"
__author__ = "Steve Dodson" __author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co" __author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Seth Michael Larson" __maintainer__ = "Seth Michael Larson"