File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44![ AWS Data Wrangler] ( docs/source/_static/logo2.png?raw=true " AWS Data Wrangler ")
55
6- [ ![ Release] ( https://img.shields.io/badge/release-1.3 .0-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
6+ [ ![ Release] ( https://img.shields.io/badge/release-1.4 .0-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
77[ ![ 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 )
88[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
99[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
Original file line number Diff line number Diff line change 77
88__title__ = "awswrangler"
99__description__ = "Pandas on AWS."
10- __version__ = "1.3 .0"
10+ __version__ = "1.4 .0"
1111__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change 22
33
44def test_metadata ():
5- assert wr .__version__ == "1.3 .0"
5+ assert wr .__version__ == "1.4 .0"
66 assert wr .__title__ == "awswrangler"
77 assert wr .__description__ == "Pandas on AWS."
88 assert wr .__license__ == "Apache License 2.0"
You can’t perform that action at this time.
0 commit comments