Skip to content

Commit 65f865a

Browse files
committed
Preparing release 1.0.1
1 parent ee33dcc commit 65f865a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/)

awswrangler/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
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"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest-cov~=2.8.1
1111
pytest-xdist~=1.31.0
1212
scikit-learn~=0.22.1
1313
awscli>=1.18.22
14-
cfn-lint~=0.29.4
14+
cfn-lint~=0.29.5
1515
twine~=3.1.1
1616
wheel~=0.34.2
1717
sphinx~=3.0.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy~=1.18.2
1+
numpy~=1.18.1
22
pandas~=1.0.3
33
pyarrow~=0.16.0
44
boto3>=1.12.22
@@ -7,4 +7,4 @@ s3fs~=0.4.2
77
psycopg2-binary~=2.8.5
88
pymysql~=0.9.3
99
SQLAlchemy==1.3.13
10-
sqlalchemy-redshift~=0.7.7
10+
sqlalchemy-redshift~=0.7.3

0 commit comments

Comments
 (0)