Skip to content

Commit

Permalink
Bump version for release candidate: 0.3.0rc1 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored Jan 11, 2019
1 parent 6a2c1ff commit 0c21824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.5"
__version__ = "0.3.0rc1"
__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.5",
version="0.3.0rc1",
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 0c21824

Please sign in to comment.