Skip to content

Commit

Permalink
Bump version to 0.5.1 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored May 28, 2019
1 parent 23d3f2e commit 2ab1170
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 @@ -8,7 +8,7 @@
<a href="https://travis-ci.com/modin-project/modin"><img alt="" src="https://travis-ci.com/modin-project/modin.svg?branch=master" align="center"></a>
<a href="https://modin.readthedocs.io/en/latest/?badge=latest"><img alt="" src="https://readthedocs.org/projects/modin/badge/?version=latest" align="center"></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" align="center"></a>
<a href="https://pypi.org/project/modin/"><img alt="" src="https://img.shields.io/badge/pypi-0.5.0-blue.svg" align="center"></a>
<a href="https://pypi.org/project/modin/"><img alt="" src="https://img.shields.io/badge/pypi-0.5.1-blue.svg" align="center"></a>
</p>


Expand Down
2 changes: 1 addition & 1 deletion modin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_partition_format():
return os.environ.get("MODIN_BACKEND", "Pandas").title()


__version__ = "0.6.0.dev.0"
__version__ = "0.5.1"
__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.6.0.dev.0",
version="0.5.1",
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 2ab1170

Please sign in to comment.