Skip to content

Commit 33b3a20

Browse files
committed
Bumping version to 0.0b31
1 parent 68bc0ab commit 33b3a20

File tree

3 files changed

+4
-4
lines changed

3 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.0b30"
3+
__version__ = "0.0b31"
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

building/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
cd ..
4-
rm -fr build dist .egg requests.egg-info
4+
rm -fr build dist .egg awswrangler.egg-info
55
python setup.py sdist bdist_wheel
66
twine upload dist/*
7-
rm -fr build dist .egg requests.egg-info
7+
rm -fr build dist .egg awswrangler.egg-info

0 commit comments

Comments
 (0)