Move version number into module
This commit is contained in:
parent
e6403462b6
commit
9b82a5d16d
2 changed files with 4 additions and 1 deletions
|
|
@ -21,3 +21,5 @@ from .direction import Direction
|
|||
from .grid import Grid
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
version = '0.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue