Skip to content

Commit ff8960e

Browse files
authoredFeb 7, 2019
Bump version to 0.3.1 (#463)
1 parent 8852fc4 commit ff8960e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://travis-ci.com/modin-project/modin"><img alt="" src="https://travis-ci.com/modin-project/modin.svg?branch=master"></a>
88
<a href="https://modin.readthedocs.io/en/latest/?badge=latest"><img alt="" src="https://readthedocs.org/projects/modin/badge/?version=latest"></a>
99
<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>
1111
</p>
1212

1313
<p align="center"><b>To use Modin, replace the pandas import:</b></p>

‎modin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_partition_format():
3030
return "Pandas"
3131

3232

33-
__version__ = "0.3.0"
33+
__version__ = "0.3.1"
3434
__execution_engine__ = get_execution_engine()
3535
__partition_format__ = get_partition_format()
3636

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="modin",
12-
version="0.3.0",
12+
version="0.3.1",
1313
description="Modin: Make your pandas code run faster by changing one line of code.",
1414
packages=find_packages(),
1515
url="https://github.com/modin-project/modin",

0 commit comments

Comments
 (0)
Please sign in to comment.