bump version number to v0.13

Main changes are numpy 2.0 compatibility and improved type annotations
This commit is contained in:
Jan Petykiewicz 2024-07-29 18:21:52 -07:00
parent cc08efcf17
commit 968392a4a3

View File

@ -47,5 +47,5 @@ from .basic import (
__author__ = 'Jan Petykiewicz' __author__ = 'Jan Petykiewicz'
__version__ = '0.12' __version__ = '0.13'
version = __version__ version = __version__