Skip to content

Commit

Permalink
Bump version to v0.1.2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored and devin-petersohn committed Sep 17, 2018
1 parent cd965ae commit cccea0b
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 @@ -25,4 +25,4 @@ def _execute_cmd_in_temp_env(cmd):


__git_revision__ = git_version()
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="modin",
version="0.1.1",
version="0.1.2",
description="Modin: Pandas on Ray - Make your pandas code run faster with "
"a single line of code change.",
packages=find_packages(),
Expand Down

0 comments on commit cccea0b

Please sign in to comment.