From 361bf384c34e42a28b8a052c604afa89c99fa8d2 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Thu, 26 Dec 2024 16:45:28 +0200 Subject: [PATCH] bump the version to 1.10.1.dev0 --- 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 ac8784d..a333b8f 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.10.0' +__version__ = '1.10.1.dev0' from .common import * # noqa: F401, F403