Skip to content

Commit ca08638

Browse files
committed
Bumping version to 0.0b20 (rolling back minimum dependencies versions)
1 parent 9ffaf74 commit ca08638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0b19"
3+
__version__ = "0.0b20"
44
__license__ = "Apache License 2.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
python_requires=">=3.6",
2424
install_requires=[
2525
"pyarrow>=0.14.1",
26-
"pandas>=0.25.0",
27-
"boto3>=1.9.196",
26+
"pandas>=0.24.2",
27+
"boto3>=1.9.130",
2828
"s3fs>=0.3.1",
2929
"tenacity>=5.0.4",
3030
"pg8000>=1.13.2",

0 commit comments

Comments
 (0)