Skip to content

Commit

Permalink
V0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Oct 27, 2015
1 parent 445bb92 commit ff1b5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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",
'erik.oshaughnessy@gmail.com',
'https://github.com/JnyJny/GameOfLife'])
__version__ = "0.0.12"
__version__ = "0.0.13"

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
@@ -1,6 +1,6 @@

TARGET= GameOfLife
VERSION= 0.0.12
VERSION= 0.0.13
QVERSION= "'${VERSION}'"
VERSION_FILE= VERSION

Expand Down

0 comments on commit ff1b5f5

Please sign in to comment.