Skip to content

Commit

Permalink
version 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Oct 27, 2015
1 parent ca68822 commit 87d8108
Showing 1 changed file with 1 addition and 1 deletion.
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.14"
__version__ = "0.0.17"

from .cell import Cell as Cell
from .world import OptimizedWorld as World
Expand Down

0 comments on commit 87d8108

Please sign in to comment.