File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> DataFrames on AWS
4
4
5
- [ ![ Release] ( https://img.shields.io/badge/release-0.3.1 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
5
+ [ ![ Release] ( https://img.shields.io/badge/release-0.3.2 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
6
6
[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
7
7
[ ![ Documentation Status] ( https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest )] ( https://aws-data-wrangler.readthedocs.io/?badge=latest )
8
8
[ ![ Coverage] ( https://img.shields.io/badge/coverage-89%25-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = "awswrangler"
4
4
__description__ = "DataFrames on AWS."
5
- __version__ = "0.3.1 "
5
+ __version__ = "0.3.2 "
6
6
__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change 1
- FROM lambci/lambda:build-python3.7
1
+ FROM lambci/lambda:build-python3.6
2
2
3
3
RUN yum install -y \
4
4
boost-devel \
5
5
jemalloc-devel \
6
6
bison \
7
7
flex \
8
8
autoconf \
9
- python37 -devel
9
+ python36 -devel
10
10
11
11
RUN pip3 install --upgrade pip
12
12
Original file line number Diff line number Diff line change 3
3
4
4
cd ..
5
5
rm -fr build dist .egg awswrangler.egg-info
6
- python3.7 setup.py bdist_egg
7
- python3.7 setup.py bdist_wheel
8
- python3.7 setup.py sdist
6
+ python3.6 setup.py bdist_egg
7
+ python3.6 setup.py bdist_wheel
8
+ python3.6 setup.py sdist
9
9
twine upload dist/*
10
10
rm -fr build dist .egg awswrangler.egg-info
You can’t perform that action at this time.
0 commit comments