Bump version to 0.2; Move version number into module

This commit is contained in:
Jan Petykiewicz 2019-03-24 20:53:24 -07:00
commit 83e105dc30
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ from .utils import MemEditError
__author__ = 'Jan Petykiewicz'
version = '0.2'
system = platform.system()