Skip to content

Commit

Permalink
Bump version 0.2.5 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored Dec 2, 2018
1 parent 8e2c936 commit 8d4efd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://travis-ci.com/modin-project/modin"><img alt="" src="https://travis-ci.com/modin-project/modin.svg?branch=master"></a>
<a href="https://modin.readthedocs.io/en/latest/?badge=latest"><img alt="" src="https://readthedocs.org/projects/modin/badge/?version=latest"></a>
<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>
<a href="https://pypi.org/project/modin/"><img alt="" src="https://img.shields.io/badge/pypi-0.2.4-blue.svg"></a>
<a href="https://pypi.org/project/modin/"><img alt="" src="https://img.shields.io/badge/pypi-0.2.5-blue.svg"></a>
</p>

<p align="center"><b>To use Modin, replace the pandas import:</b></p>
Expand Down
2 changes: 1 addition & 1 deletion modin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_partition_format():
return "Pandas"


__version__ = "0.2.4"
__version__ = "0.2.5"
__execution_engine__ = get_execution_engine()
__partition_format__ = get_partition_format()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="modin",
version="0.2.4",
version="0.2.5",
description="Modin: Make your pandas code run faster by changing one line of code.",
packages=find_packages(),
url="https://github.com/modin-project/modin",
Expand Down

0 comments on commit 8d4efd0

Please sign in to comment.