Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianliaw committed Nov 21, 2014
1 parent bd962e7 commit 892bad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycuber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__all__ = ["Cube", "Cubie", "Centre", "Corner", "Edge", "Square", "Step", "Algo"]
__title__ = "PyCuber"
__version__ = "0.1b4"
__version__ = "0.1.0"
__author__ = "Adrian Liaw"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name = "pycuber",
version = "0.1b4",
version = "0.1.0",
description = "Rubik's Cube in Python",
long_description = long_desc,
url = "http://github.com/adrianliaw/PyCuber",
Expand Down

0 comments on commit 892bad2

Please sign in to comment.