use VERSION.py instead of importing package before it's installed

This commit is contained in:
Jan Petykiewicz 2021-07-11 17:08:17 -07:00
commit 77f53affe7
3 changed files with 10 additions and 2 deletions

View file

@ -41,4 +41,5 @@ from .main import cg_solver
__author__ = 'Jan Petykiewicz'
version = '0.3'
from .VERSION import __version__
version = __version__