Skip to content

Commit

Permalink
Bump version to 0.3.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored Jan 24, 2019
1 parent 1c9c6c1 commit 79c1113
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.5-blue.svg"></a>
<a href="https://pypi.org/project/modin/"><img alt="" src="https://img.shields.io/badge/pypi-0.3.0-blue.svg"></a>
<a href="https://discuss.modin.org"><img alt="" src="https://img.shields.io/badge/discourse-forum-purple.svg?logo=discourse&logoColor=white"></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 @@ -19,7 +19,7 @@ def get_partition_format():
return "Pandas"


__version__ = "0.3.0rc1"
__version__ = "0.3.0"
__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.3.0rc1",
version="0.3.0",
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 79c1113

Please sign in to comment.