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 68bc0ab commit 33b3a20Copy full SHA for 33b3a20
awswrangler/__version__.py
@@ -1,4 +1,4 @@
1
__title__ = "awswrangler"
2
__description__ = "Utility belt to handle data on AWS."
3
-__version__ = "0.0b30"
+__version__ = "0.0b31"
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
building/publish.sh
@@ -1,7 +1,7 @@
#!/bin/bash
cd ..
-rm -fr build dist .egg requests.egg-info
+rm -fr build dist .egg awswrangler.egg-info
5
python setup.py sdist bdist_wheel
6
twine upload dist/*
7
0 commit comments