File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<a href =" https://travis-ci.com/modin-project/modin " ><img alt =" " src =" https://travis-ci.com/modin-project/modin.svg?branch=master " ></a >
8
8
<a href =" https://modin.readthedocs.io/en/latest/?badge=latest " ><img alt =" " src =" https://readthedocs.org/projects/modin/badge/?version=latest " ></a >
9
9
<a href =" https://modin.readthedocs.io/en/latest/pandas_supported.html " ><img src =" https://img.shields.io/badge/pandas%20api%20coverage-71.77%25-orange.svg " ></a >
10
- <a href =" https://pypi.org/project/modin/ " ><img alt =" " src =" https://img.shields.io/badge/pypi-0.3.0 -blue.svg " ></a >
10
+ <a href =" https://pypi.org/project/modin/ " ><img alt =" " src =" https://img.shields.io/badge/pypi-0.3.1 -blue.svg " ></a >
11
11
</p >
12
12
13
13
<p align =" center " ><b >To use Modin, replace the pandas import:</b ></p >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def get_partition_format():
30
30
return "Pandas"
31
31
32
32
33
- __version__ = "0.3.0 "
33
+ __version__ = "0.3.1 "
34
34
__execution_engine__ = get_execution_engine ()
35
35
__partition_format__ = get_partition_format ()
36
36
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = "modin" ,
12
- version = "0.3.0 " ,
12
+ version = "0.3.1 " ,
13
13
description = "Modin: Make your pandas code run faster by changing one line of code." ,
14
14
packages = find_packages (),
15
15
url = "https://github.com/modin-project/modin" ,
You can’t perform that action at this time.
0 commit comments