Fix typo in version number

Should be `7.13.0b1` instead of `7.13.1b1`
This commit is contained in:
Seth Michael Larson 2021-06-22 12:03:46 -05:00 committed by GitHub
parent 16178dfb5d
commit 1555ea9534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1b1"
__version__ = "7.13.0b1"
__author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Seth Michael Larson"