From 87d81083746994a1c42503821f78559b5aa1cca4 Mon Sep 17 00:00:00 2001 From: Erik O'Shaughnessy Date: Tue, 27 Oct 2015 14:14:35 -0500 Subject: [PATCH] version 0.0.17 --- GameOfLife/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameOfLife/__init__.py b/GameOfLife/__init__.py index b456e95..8b81227 100644 --- a/GameOfLife/__init__.py +++ b/GameOfLife/__init__.py @@ -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