From 968392a4a32956a6b85112673908516249f1a021 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 18:21:52 -0700 Subject: [PATCH] bump version number to v0.13 Main changes are numpy 2.0 compatibility and improved type annotations --- fatamorgana/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatamorgana/__init__.py b/fatamorgana/__init__.py index b8e426b..27c9c74 100644 --- a/fatamorgana/__init__.py +++ b/fatamorgana/__init__.py @@ -47,5 +47,5 @@ from .basic import ( __author__ = 'Jan Petykiewicz' -__version__ = '0.12' +__version__ = '0.13' version = __version__