Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Nov 18, 2015
1 parent 417384f commit f566d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameOfLife/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = '\n'.join(["Erik O'Shaughnessy",
'[email protected]',
'https://github.com/JnyJny/GameOfLife'])
__version__ = "0.1.2"
__version__ = "0.1.3"

from .cell import Cell as Cell
from .world import OptimizedWorld as World
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET= GameOfLife

MAJOR=0
MINOR=1
POINT=2
POINT=3
VERSION= ${MAJOR}.${MINOR}.${POINT}
QVERSION= "'${VERSION}'"
VERSION_FILE= VERSION
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit f566d3b

Please sign in to comment.