File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22* Pandas on AWS*
33![ AWS Data Wrangler] ( docs/source/_static/logo2.png?raw=true " AWS Data Wrangler ")
44
5- [ ![ Release] ( https://img.shields.io/badge/release-1.0.0 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
5+ [ ![ Release] ( https://img.shields.io/badge/release-1.0.1 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
66[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
77[ ![ Documentation Status] ( https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest )] ( https://aws-data-wrangler.readthedocs.io/?badge=latest )
88[ ![ Checked with mypy] ( http://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
Original file line number Diff line number Diff line change 77
88__title__ = "awswrangler"
99__description__ = "Pandas on AWS."
10- __version__ = "1.0.0 "
10+ __version__ = "1.0.1 "
1111__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pytest-cov~=2.8.1
1111pytest-xdist ~= 1.31.0
1212scikit-learn ~= 0.22.1
1313awscli >= 1.18.22
14- cfn-lint ~= 0.29.4
14+ cfn-lint ~= 0.29.5
1515twine ~= 3.1.1
1616wheel ~= 0.34.2
1717sphinx ~= 3.0.1
Original file line number Diff line number Diff line change 1- numpy ~= 1.18.2
1+ numpy ~= 1.18.1
22pandas ~= 1.0.3
33pyarrow ~= 0.16.0
44boto3 >= 1.12.22
@@ -7,4 +7,4 @@ s3fs~=0.4.2
77psycopg2-binary ~= 2.8.5
88pymysql ~= 0.9.3
99SQLAlchemy == 1.3.13
10- sqlalchemy-redshift ~= 0.7.7
10+ sqlalchemy-redshift ~= 0.7.3
You can’t perform that action at this time.
0 commit comments