Skip to content

Commit 3b0e4ce

Browse files
committed
Bumping version to 0.0.6
1 parent d4f5e98 commit 3b0e4ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

awswrangler/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__title__ = "awswrangler"
22
__description__ = "Utility belt to handle data on AWS."
3-
__version__ = "0.0.5"
3+
__version__ = "0.0.6"
44
__license__ = "Apache License 2.0"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
exclude=["tests"]),
2323
python_requires=">=3.6",
2424
install_requires=[
25-
"pyarrow>=0.14.1",
25+
"pyarrow>=0.14.0",
2626
"pandas>=0.25.1",
27-
"botocore>=1.12.238",
28-
"boto3>=1.9.238",
27+
"botocore>=1.12.239",
28+
"boto3>=1.9.239",
2929
"s3fs>=0.3.4",
3030
"tenacity>=5.1.1",
3131
"pg8000>=1.13.2",

0 commit comments

Comments
 (0)