From 64ab7e26b86d0cd2d4cb544fdd39699a887823e8 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Fri, 21 Mar 2025 01:27:29 +0100 Subject: [PATCH] MAINT: update the version for 1.12.dev0 development --- array_api_compat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array_api_compat/__init__.py b/array_api_compat/__init__.py index 96b061e7..60b37e97 100644 --- a/array_api_compat/__init__.py +++ b/array_api_compat/__init__.py @@ -17,6 +17,6 @@ this implementation for the default when working with NumPy arrays. """ -__version__ = '1.11.2' +__version__ = '1.12.dev0' from .common import * # noqa: F401, F403