From 76d83ea47f5703e7f47a7eda76fdafff96b2c195 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 9 Aug 2021 09:21:49 -0500 Subject: [PATCH] Bump version to 7.14.0b1 --- eland/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eland/_version.py b/eland/_version.py index 6d6423d..c5b18a1 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -18,7 +18,7 @@ __title__ = "eland" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __url__ = "https://github.com/elastic/eland" -__version__ = "7.13.0b1" +__version__ = "7.14.0b1" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Seth Michael Larson"