bump version to v0.10

This commit is contained in:
Jan Petykiewicz 2025-04-16 22:20:16 -07:00
parent 35ecbad15e
commit e3169b9e20

View File

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