Skip to content

Commit 1a9ae9e

Browse files
committed
Bumping version to 0.0b18
1 parent 0398b84 commit 1a9ae9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

building/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lambci/lambda:build-python3.7
1+
FROM lambci/lambda:build-python3.6
22

33
RUN pip install --upgrade pip
44

0 commit comments

Comments
 (0)