Skip to content

Commit 892bad2

Browse files
committed
version 0.1.0
1 parent bd962e7 commit 892bad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycuber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__all__ = ["Cube", "Cubie", "Centre", "Corner", "Edge", "Square", "Step", "Algo"]
55
__title__ = "PyCuber"
6-
__version__ = "0.1b4"
6+
__version__ = "0.1.0"
77
__author__ = "Adrian Liaw"
88
__license__ = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
setup(
5353
name = "pycuber",
54-
version = "0.1b4",
54+
version = "0.1.0",
5555
description = "Rubik's Cube in Python",
5656
long_description = long_desc,
5757
url = "http://github.com/adrianliaw/PyCuber",

0 commit comments

Comments
 (0)