bump version to v0.9

This commit is contained in:
Jan Petykiewicz 2024-03-30 18:08:51 -07:00
parent 52d297bb31
commit b47dec0317

View File

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