diff --git a/array_api_compat/__init__.py b/array_api_compat/__init__.py index cbc6e944..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' +__version__ = '1.12.dev0' from .common import * # noqa: F401, F403