Move version string into module

This commit is contained in:
Jan Petykiewicz 2018-09-16 20:12:41 -07:00
commit d0b303523e
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1,5 @@
from .simulation import Simulation, type_to_C
__author__ = 'Jan Petykiewicz'
version = '0.4'