Skip to content

Commit

Permalink
Bumping version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed Oct 1, 2019
1 parent d4f5e98 commit 3b0e4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion awswrangler/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = "awswrangler"
__description__ = "Utility belt to handle data on AWS."
__version__ = "0.0.5"
__version__ = "0.0.6"
__license__ = "Apache License 2.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
exclude=["tests"]),
python_requires=">=3.6",
install_requires=[
"pyarrow>=0.14.1",
"pyarrow>=0.14.0",
"pandas>=0.25.1",
"botocore>=1.12.238",
"boto3>=1.9.238",
"botocore>=1.12.239",
"boto3>=1.9.239",
"s3fs>=0.3.4",
"tenacity>=5.1.1",
"pg8000>=1.13.2",
Expand Down

0 comments on commit 3b0e4ce

Please sign in to comment.