We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398b84 commit 1a9ae9eCopy full SHA for 1a9ae9e
awswrangler/__version__.py
@@ -1,4 +1,4 @@
1
__title__ = "awswrangler"
2
__description__ = "Utility belt to handle data on AWS."
3
-__version__ = "0.0b17"
+__version__ = "0.0b18"
4
__license__ = "Apache License 2.0"
building/Dockerfile
-FROM lambci/lambda:build-python3.7
+FROM lambci/lambda:build-python3.6
RUN pip install --upgrade pip
0 commit comments