Move version number into module

This commit is contained in:
Jan Petykiewicz 2018-09-16 20:00:36 -07:00
commit 9b82a5d16d
2 changed files with 4 additions and 1 deletions

View file

@ -21,3 +21,5 @@ from .direction import Direction
from .grid import Grid
__author__ = 'Jan Petykiewicz'
version = '0.2'