bump version to v0.8

This commit is contained in:
Jan Petykiewicz 2022-10-04 17:29:13 -07:00
parent 640b4d1ef7
commit ad7c27eee3

View File

@ -6,7 +6,7 @@ See the readme or `import meanas; help(meanas)` for more info.
import pathlib
__version__ = '0.7'
__version__ = '0.8'
__author__ = 'Jan Petykiewicz'