Move version info inside module

This commit is contained in:
Jan Petykiewicz 2018-09-16 20:05:13 -07:00
commit 756c015b87
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,8 @@ from scipy import sparse
__author__ = 'Jan Petykiewicz'
version = '0.4'
def raster(vertices: numpy.ndarray,
grid_x: numpy.ndarray,